aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/lib.php
diff options
context:
space:
mode:
Diffstat (limited to '_nav/lib.php')
-rw-r--r--_nav/lib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_nav/lib.php b/_nav/lib.php
index 8398f0755..52df1693c 100644
--- a/_nav/lib.php
+++ b/_nav/lib.php
@@ -179,6 +179,7 @@ P;
global $_t;
+ $_t[$s] = trim(str_replace(array('{ok}', '{OK}', '{Ok}', '{oK}'), '', $_t[$s]));
return array_key_exists($s, $_t) ? $_t[$s] : $s;
}
}