summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/pref/pref-process.html2
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;
% }