Subject: | 'echo' doesn't support the 'encoding' parameter |
As the title says.
eg.
<!--#if expr = "$extra_header_tags" -->
<!--#echo encoding="none" var="extra_header_tags" -->
<!--#endif -->
which I use to optionally insert a <script> tag into the header in a
template.
If I don't use the 'encoding' parameter, static shtml files (processed
by mod_include) escape the <script> and I get it as text in my file.
If I do use the 'encoding' parameter, CGI::SSI doesn't understand it,
and cgi's that use the header don't have the script.
James, I know you invited me to take over this module, and I may very
well do so now. But I wanted to get this issue on the record.