diff options
Diffstat (limited to 'httemplate/browse')
-rw-r--r-- | httemplate/browse/reason.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/reason.html b/httemplate/browse/reason.html index 49b452cf8..5b95353de 100644 --- a/httemplate/browse/reason.html +++ b/httemplate/browse/reason.html @@ -38,8 +38,8 @@ die "access denied" $cgi->param('class') =~ /^(\w)$/ or die "illegal class"; my $class = $1; -my $classname = $FS::reason_type::class_name{$class};; -my $classpurpose = $FS::reason_type::class_purpose{$class};; +my $classname = $FS::reason_type::class_name{$class}; +my $classpurpose = $FS::reason_type::class_purpose{$class}; my $html_init = ucfirst($classname). " reasons $classpurpose.<BR><BR>". qq!<A HREF="${p}edit/reason.html?class=$class">!. |