summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/pref/pref.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 5455e428e..4d6005a4c 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -297,7 +297,7 @@ $customer_views{'Jumbo'} = 'jumbo';
=~ /^(\w+)$/ or die "illegal menu_position";
my $menu_position = $1;
( $curuser->option('email_address') )
- =~ /^([,\w\@.]*)$/ or die "illegal email_address"; #too late
+ =~ /^([,\w\@.\-]*)$/ or die "illegal email_address"; #too late
my $email_address = $1;
</%init>