From d970699122c8c5a61a119fb2b8c0de9eb4328174 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Thu, 10 Dec 2015 12:02:18 +0000 Subject: [PATCH] urlencode custom_descr --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 61116e193e..f7ad15c98e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -275,7 +275,7 @@ if ($_SESSION['userlevel'] >= '5') { } foreach ($config['custom_descr'] as $custom_type) { if (!empty($custom_type)) { - echo '
  • ' . ucfirst($custom_type) . '
  • '; + echo '
  • ' . ucfirst($custom_type) . '
  • '; $ifbreak = 1; } }