Fix a typo in the story link back to the archive, to limit display to only 1 keyword.

This commit is contained in:
Colin Kuskie 2009-07-16 03:10:27 +00:00
parent f4f55b4a7d
commit 1c40934876
3 changed files with 5 additions and 4 deletions

View file

@ -894,7 +894,7 @@ sub viewTemplateVariables {
foreach my $keyword (@{ $keywords }) {
push @{ $var->{keyword_loop} }, {
keyword => $keyword,
url => $archive->getUrl("func=view;keywords=".$session->url->escape($keyword)),
url => $archive->getUrl("func=view;keyword=".$session->url->escape($keyword)),
};
}
$var->{updatedTime} = $self->formatDuration();