[vhffs-dev] [614] Fixed typo in view.pl which was causing an ISE. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 614
Author: beuss
Date: 2007-05-18 17:41:00 +0000 (Fri, 18 May 2007)
Log Message:
-----------
Fixed typo in view.pl which was causing an ISE.
Modified Paths:
--------------
branches/vhffs-design/vhffs-panel/acl/view.pl
Modified: branches/vhffs-design/vhffs-panel/acl/view.pl
===================================================================
--- branches/vhffs-design/vhffs-panel/acl/view.pl 2007-05-18 10:06:20 UTC (rev 613)
+++ branches/vhffs-design/vhffs-panel/acl/view.pl 2007-05-18 17:41:00 UTC (rev 614)
@@ -145,7 +145,7 @@
{
$template = new HTML::Template( filename => $templatedir."/acl/view.tmpl" );
- $template->param( TITLE => gettext('ACL Administration');
+ $template->param( TITLE => gettext('ACL Administration') );
$template->param( TEXT_USERNAME => gettext("Username" ) . ": ");
$template->param( TEXT_GROUPNAME => gettext("Groupname" ) . ": ");