Fix a typo in the story link back to the archive, to limit display to only 1 keyword.
This commit is contained in:
parent
f4f55b4a7d
commit
1c40934876
3 changed files with 5 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue