X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;fp=includes%2Fpage%2Fheader.inc;h=7777dae422e66241483f09f5f2800e6160442949;hb=67100a2b9c55e5ed9126bbf28aafb54d829066df;hp=ec80dc160973052d407325a37d60e7e951cc453c;hpb=ca4b0e00f434d0180fe3e3ec9fa3d31a278a9fef;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index ec80dc16..7777dae4 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -40,9 +40,10 @@ function help_url($context=null) if ($clean) $help_page_url = access_string($help_page_url, true); - return htmlspecialchars($SysPrefs->help_base_url + return html_specials_encode( + $SysPrefs->help_base_url .urlencode(strtr(ucwords($help_page_url), array(' '=>'', '/'=>'', '&'=>'And'))) - .'&ctxhelp=1&lang='.$country, ENT_QUOTES); + .'&ctxhelp=1&lang='.$country); } function send_css($css = '')