summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 12:25:17 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 12:25:17 +0000
commitcf9b4d5269156ceb488f4eb6995609959d7213a7 (patch)
tree43bef3ad54322fd88d4eda09cf4dd67f9dfb43bf /menu.pl
parentea4677d3263c12fdb2c437924616f696e5f6100c (diff)
removing unnecessary eval in [a-z][a-z].pl scripts
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@3 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.pl b/menu.pl
index 7561741a..4469138f 100755
--- a/menu.pl
+++ b/menu.pl
@@ -72,7 +72,7 @@ if ($@) {
$form->{callback} = "";
$msg1 = $locale->text('You are logged out!');
$msg2 = $locale->text('Login');
- $form->redirect("$msg1 <p><a href=login.pl target=_top>$msg2</a>");
+ $form->redirect("$msg1 <p><a href=\"login.pl\" target=\"_top\">$msg2</a></p>");
}
# locale messages