diff --git a/core/trunk/core/class/class_functions.php b/core/trunk/core/class/class_functions.php
index 61c284b23bc214aa75065a26c955c8c8b81594f7..e4ef8c404b6d8c198eeb87dc572a736d58bebdae 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