diff --git a/includes/header.php b/includes/header.php index aeff0bf17..fd07925da 100644 --- a/includes/header.php +++ b/includes/header.php @@ -33,10 +33,15 @@ '; // If it is set the $_SESSION['ShowPageHelp'] parameter AND it is FALSE, hides the page help text: if(isset($_SESSION['ShowPageHelp']) AND !$_SESSION['ShowPageHelp']) { - echo ''; + echo ''; } echo '',