dkzr
Verified User
Hi,
CMD_TEMPLATE_DIFF is a great feature, but the <httpd> tags are not html escaped. If I add
to a httpd config file, the < and > are not html escaped and I get some empty lines in my diff.
Side note: in CMD_CUSTOM_HTTPD not all links to the custom template diffs are correct (from 3 until 6 the diff to file 2 is used).
CMD_TEMPLATE_DIFF is a great feature, but the <httpd> tags are not html escaped. If I add
Code:
<IfModule mod_super.c>
SuperCool 1
</IfModule>
to a httpd config file, the < and > are not html escaped and I get some empty lines in my diff.
Side note: in CMD_CUSTOM_HTTPD not all links to the custom template diffs are correct (from 3 until 6 the diff to file 2 is used).