From 6a4313f384b865d81e637fc4f787bfa81f03d661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Tue, 30 Mar 2021 14:36:27 +0200 Subject: [PATCH] fix: ajax loading failed when using submenu about markdoc --- lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }