Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 25, 2005
1 parent e2d6ab5 commit 04121a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Admin/admin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ sub getRelated {
for my $key (@matchkeys) {
# Instead of hard-coding the HTML here, we should
# do something a little more flexible.
my $str = qq[<li><a href="$rl->{$key}{link}">$rl->{$key}{name}</a></li.\n];
my $str = qq[<li><a href="$rl->{$key}{link}">$rl->{$key}{name}</a></li>\n];
push @related_text, $str;
}
}
Expand Down

0 comments on commit 04121a9

Please sign in to comment.