I disabled the charset enforcing, but this line still gets generated in the search_template.html:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
I have my own header.php that includes the charset already. So now I have 2.
I am using the CGI version so i can not edit the code that writes this out.
My search_template_src.html file looks simply like this:
<h1>Search</h1>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
I have my own header.php that includes the charset already. So now I have 2.
I am using the CGI version so i can not edit the code that writes this out.
My search_template_src.html file looks simply like this:
<h1>Search</h1>
Comment