Recent Topics

1 Apr 28, 2018 20:50    

Hi
I've just upgraded my 6.9.5 to 6.9.7 and have discovered four instances of [type="text/javascript"] which are not required in HTML5 and can't find where to edit them out. Trying to find where the include_headers() function is.

With a little more savvy [inc/_core/template.funcs.php]
Line 1065
From
$script_tag = '<script type="text/javascript"';
To
$script_tag = '<script';

2 Jun 19, 2018 16:22

For V6.10.1 edit Line 1102

3 Sep 30, 2018 02:36

For V6.10.3 edit line 1135


Form is loading...