Changeset 658 for trunk/newpage.cgi

Show
Ignore:
Timestamp:
07/21/05 16:20:13 (3 years ago)
Author:
earle
Message:

add underscore to bad characters list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/newpage.cgi

    r621 r658  
    1010use URI::Escape; 
    1111 
    12 my @badchars = qw( & ? ); 
     12my @badchars = qw( & ? _ ); 
    1313push @badchars, '#'; # Avoid warning about possible comments in qw() 
    1414