diff options
-rw-r--r-- | httemplate/pref/pref-process.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index a5e13f062..704286568 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -33,7 +33,7 @@ % ); % % foreach (@paramlist) { -% scalar($cgi->param($_)) =~ /^[,.\@\w]*$/ && next; +% scalar($cgi->param($_)) =~ /^[,.\-\@\w]*$/ && next; % $error ||= "Illegal value for parameter $_"; % last; % } |