stas        2004/10/06 19:17:04

  Modified:    src/docs/1.0/api/Apache Util.pod
  Log:
  correct the pod
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-docs/src/docs/1.0/api/Apache/Util.pod
  
  Index: Util.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/Util.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- Util.pod  12 May 2002 04:52:33 -0000      1.1
  +++ Util.pod  7 Oct 2004 02:17:04 -0000       1.2
  @@ -73,8 +73,8 @@
    my %data = map { Apache::Util::unescape_uri_info($_) }
                 split /[=&]/, $string, -1;
   
  - This would correctly translate the query string
  - ``name=Fred+Flintstone&town=Bedrock'' into the hash:
  +This would correctly translate the query string
  +I<"name=Fred+Flintstone&town=Bedrock"> into the hash:
   
    data => 'Fred Flintstone',
    town => 'Bedrock'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to