summaryrefslogtreecommitdiff
path: root/LedgerSMB/Menu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Menu.pm')
-rwxr-xr-xLedgerSMB/Menu.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/LedgerSMB/Menu.pm b/LedgerSMB/Menu.pm
index 834d1419..a9e74074 100755
--- a/LedgerSMB/Menu.pm
+++ b/LedgerSMB/Menu.pm
@@ -72,6 +72,9 @@ sub menuitem {
if ($target) {
$str .= qq|" target="$target"|;
}
+ else{
+ $str .= '"';
+ }
$str .= qq|>|;