X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=721ba242d258ad3a6cc495054b40a2b170ef3f41;hb=17b390efcf904072b02ec866b2a427490471a260;hp=880c03f449489eb4ac4729bfbb63327ce3741dd2;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 880c03f4..721ba242 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -40,9 +40,9 @@ function help_url($context=null) if ($clean) $help_page_url = access_string($help_page_url, true); - return $SysPrefs->help_base_url + return htmlspecialchars($SysPrefs->help_base_url .urlencode(strtr(ucwords($help_page_url), array(' '=>'', '/'=>'', '&'=>'And'))) - .'&ctxhelp=1&lang='.$country; + .'&ctxhelp=1&lang='.$country, ENT_QUOTES); } function send_scripts() @@ -122,7 +122,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" $encoding = $_SESSION['language']->encoding; if (!headers_sent()){ - header("Content-type: text/html; charset='$encoding'"); + header("Content-type: text/html; charset=$encoding"); } echo "\n"; echo "dir . "' >\n";