On Wed, 4 Aug 2004, Jaap Struyk wrote:
Yust try to create some custom error pages for squid, but somehow squid seems to "change" the html code;
<table bgcolor="#ff7700" border="0" cellpadding="1" cellspacing="2" width="60%">
% is special in Squid error pages. If you want a % in the resulting HTML you should use %%
Now, what you experience is not really what is intended. Unknown % codes such as %" is supposed to be left untouched and the fact that it got HTML escaped is a minor cosmetic bug. Please file a bug report for this and I'll give you a patch (already have it prepared, but I need a but report to attach it to)
Using %% always works, and is what should be used.
Regards Henrik
