* Joe Orton wrote:

> If this change does get reverted so that SERVER_NAME is not encoded
> internally again, the error includes need updating so that is is
> encoded there instead:
> 
> --- error/include/bottom.html~     2002-07-11 20:07:03.000000000 +0100
>+++ error/include/bottom.html     2002-10-09 12:04:59.000000000 +0100
> @@ -6,7 +6,7 @@
> <dl>
> <dd>
>  <address>
> -  <a href="/"><!--#echo encoding="none" var="SERVER_NAME" --></a>
> +  <a href="/"><!--#echo encoding="url" var="SERVER_NAME" --></a>

should be encoding="entity". "url" is not right here.

nd
-- 
package Hacker::Perl::Another::Just;print
qq~@{[reverse split/::/ =>__PACKAGE__]}~;

#  André Malo  #  http://www.perlig.de  #

Reply via email to