From 60285cd6650e055b999c05e23cdca101b829036d Mon Sep 17 00:00:00 2001 From: Crack Date: Wed, 14 Jul 2010 17:07:19 +0200 Subject: [PATCH] add missing string escapes don't create tag if LeftLogoLink is empty --- libraries/header_scripts.inc.php | 2 +- libraries/navigation_header.inc.php | 34 ++++++++++++++++------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/libraries/header_scripts.inc.php b/libraries/header_scripts.inc.php index cb366b5e7..e6b8f7385 100644 --- a/libraries/header_scripts.inc.php +++ b/libraries/header_scripts.inc.php @@ -82,7 +82,7 @@ foreach ($GLOBALS['js_include'] as $js_script_file) { // Updates the title of the frameset if possible (ns4 does not allow this) if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string') { - parent.document.title = ''; + parent.document.title = ''; } '; } - echo '' . "\n"; + echo '' . "\n"; } // end of display logo ?>