/[gnump3d]/gnump3d/lib/gnump3d/url.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/url.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by skx, Thu Oct 23 09:00:40 2003 UTC revision 1.3 by skx, Sun Nov 2 19:15:07 2003 UTC
# Line 91  sub urlDecode ( $ ) Line 91  sub urlDecode ( $ )
91  sub encodeEntities( $ )  sub encodeEntities( $ )
92  {  {
93      my ( $text ) = ( @_ );      my ( $text ) = ( @_ );
94            $text =~ s/&/&/g;
95      return( $text );      return( $text );
96  }  }
97    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26