diff --git a/lib/functions.php b/lib/functions.php index af097e0..96e19c6 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -300,6 +300,6 @@ function getnav() $a = new SimpleXMLElement($item); $data.=''.$a[0].''; } - $data.=''.$LANG['MARKDOC'].''; + $data.=''.$LANG['MARKDOC'].''; return $data; }