CMD_TEMPLATE_DIFF does not handle httpd.conf tags very well

dkzr

Verified User
Joined
Oct 17, 2013
Messages
98
Location
The Netherlands
Hi,

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).
 
Back
Top