Changeset 20573
- Timestamp:
- 2009-09-10T10:34:59+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/cgi-bin/gsdlCGI.pm
r19277 r20573 100 100 my ($val) = @_; 101 101 102 # convert any encoded entities to true form 103 $val =~ s/&/&/osg; 104 $val =~ s/</</osg; 105 $val =~ s/>/>/osg; 106 $val =~ s/"/\"/osg; 107 $val =~ s/ / /osg; 108 109 102 110 # ensure only alpha-numeric plus a few other special chars remain 103 111 … … 196 204 } 197 205 else { 198 $full_mess = "$mess \n";206 $full_mess = "$mess"; 199 207 } 200 208
Note:
See TracChangeset
for help on using the changeset viewer.