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&lt;b&gt;bar";
   $URL = "foo&lt;b&gt;bar.html";
   $r-&gt;print(Apache::Util::escape_html($Text), "&lt;BR&gt;");
  -$r-&gt;print("&lt;A HREF=\"", Apache::Util::escape_html($URL), 
"\"&gt;link&lt;/A&gt;");
  +$r-&gt;print("&lt;A HREF=\"", Apache::Util::escape_uri($URL), 
"\"&gt;link&lt;/A&gt;");
   </PRE>
   
   <P>This uses the same functions as in the Apache Module Example, called
  
  
  

Reply via email to