marc        00/02/02 11:17:43

  Modified:    info/css-security encoding_examples.html
  Log:
  Minor HTML fix.
  
  Revision  Changes    Path
  1.3       +2 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- encoding_examples.html    2000/02/02 19:16:54     1.2
  +++ encoding_examples.html    2000/02/02 19:17:41     1.3
  @@ -129,8 +129,8 @@
   <PRE>
   char *Text = "foo&lt;b&gt;bar";
   char *URL = "foo&lt;b&gt;bar.html";
  -ap_rvputs(r, ap_escape_html(r->pool, Text), "&lt;BR&gt;", NULL);
  -ap_rvputs(r, "&lt;A HREF=\"", ap_escape_uri(r->pool, URL), 
"\"&gt;link&lt;/A&gt;", NULL);
  +ap_rvputs(r, ap_escape_html(r-&gt;pool, Text), "&lt;BR&gt;", NULL);
  +ap_rvputs(r, "&lt;A HREF=\"", ap_escape_uri(r-&gt;pool, URL), 
"\"&gt;link&lt;/A&gt;", NULL);
   </PRE>
   
   <H2>mod_perl Example:</H2>
  
  
  

Reply via email to