Skip to content

Commit

Permalink
Add link-target attribute to [menu] tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed May 29, 2012
1 parent ab62836 commit 0604af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Vend/Menu.pm
Expand Up @@ -1498,6 +1498,7 @@ EOF
my @o; my @o;
for(@{$o{object}{mv_results}}) { for(@{$o{object}{mv_results}}) {
next if $_->{deleted}; next if $_->{deleted};
$_->{page} = $_->{uri};
push @o, $_ unless $_->{deleted}; push @o, $_ unless $_->{deleted};
$main .= tree_line(undef, $_, \%o); $main .= tree_line(undef, $_, \%o);
} }
Expand Down

0 comments on commit 0604af4

Please sign in to comment.