summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_Common.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_Common.html')
-rw-r--r--httemplate/view/svc_Common.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_Common.html b/httemplate/view/svc_Common.html
index 7b46dc9c9..7e300b049 100644
--- a/httemplate/view/svc_Common.html
+++ b/httemplate/view/svc_Common.html
@@ -7,7 +7,7 @@
# false laziness w/edit/svc_Common.html
-$cgi->param('svcdb') =~ /^(svc_\w+)$/ or die "unparsable svcdb";
+$cgi->param('svcdb') =~ /^(svc_\w+)$/ or die "unparseable svcdb";
my $table = $1;
require "FS/$table.pm";