From dc48249a670e437d145393a7486f5f330a561f95 Mon Sep 17 00:00:00 2001 From: Florian Azizian <florian.azizian@maarch.org> Date: Fri, 10 Jul 2015 14:48:46 +0000 Subject: [PATCH] FEAT #2681 fix quote --- core/trunk/core/class/class_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/core/class/class_functions.php b/core/trunk/core/class/class_functions.php index 61c284b23bc..e4ef8c404b6 100644 --- a/core/trunk/core/class/class_functions.php +++ b/core/trunk/core/class/class_functions.php @@ -562,7 +562,7 @@ class functions var label2 = document.createTextNode("<?php functions::xecho($_SESSION['location_bar']['level2']['label']);?>"); link2.appendChild(label2); bar.appendChild(link2); - var text2 = document.createTextNode(" > <?php functions::xecho($_SESSION['location_bar']['level3']['label']);?>"); + var text2 = document.createTextNode(" > <?php echo $_SESSION['location_bar']['level3']['label'];?>"); bar.appendChild(text2); } </script><?php -- GitLab