marc 00/02/02 16:30:38
Modified: info/css-security encoding_examples.html
Log:
Fix typo.
Submitted by: Sander van Zoest <[EMAIL PROTECTED]>
Revision Changes Path
1.5 +1 -1 apache-site/info/css-security/encoding_examples.html
Index: encoding_examples.html
===================================================================
RCS file:
/export/home/cvs/apache-site/info/css-security/encoding_examples.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- encoding_examples.html 2000/02/02 19:26:03 1.4
+++ encoding_examples.html 2000/02/03 00:30:31 1.5
@@ -139,7 +139,7 @@
$Text = "foo<b>bar";
$URL = "foo<b>bar.html";
$r->print(Apache::Util::escape_html($Text), "<BR>");
-$r->print("<A HREF=\"", Apache::Util::escape_html($URL),
"\">link</A>");
+$r->print("<A HREF=\"", Apache::Util::escape_uri($URL),
"\">link</A>");
</PRE>
<P>This uses the same functions as in the Apache Module Example, called