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
|
|
@ -332,9 +332,9 @@ is($viewVariables->{headline}, 'WebGUI, Web Done Right', '... headline is okay')
|
|||
cmp_bag(
|
||||
$viewVariables->{keyword_loop},
|
||||
[
|
||||
{ keyword => "foxtrot", url => '/home/test-archive?func=view;keywords=foxtrot', },
|
||||
{ keyword => "tango", url => '/home/test-archive?func=view;keywords=tango', },
|
||||
{ keyword => "whiskey", url => '/home/test-archive?func=view;keywords=whiskey', },
|
||||
{ keyword => "foxtrot", url => '/home/test-archive?func=view;keyword=foxtrot', },
|
||||
{ keyword => "tango", url => '/home/test-archive?func=view;keyword=tango', },
|
||||
{ keyword => "whiskey", url => '/home/test-archive?func=view;keyword=whiskey', },
|
||||
],
|
||||
'viewTemplateVariables: keywords_loop is okay'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue