Project

General

Profile

« Previous | Next » 

Revision 2348

Added by sgarg over 19 years ago

Added code to fix bug 1323. % sign is replaced by its http equivalent now

View differences:

src/perl/register-dataset.cgi
770 770
    $val =~ s/</&lt;/g;
771 771
    $val =~ s/>/&gt;/g;
772 772
    $val =~ s/\"/&quot;/g;
773
    
773
    $val =~ s/%/&#37;/g;   
774
 
774 775
    my $returnVal = "";
775 776
    
776 777
    foreach (split(//,$val)){

Also available in: Unified diff