rfe - Alphabetize wiki items under a keyword (#637)
This commit is contained in:
parent
b41c1639a1
commit
386bcf7ac8
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ sub www_byKeyword {
|
||||||
url => $asset->getUrl,
|
url => $asset->getUrl,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@pages = sort { lc($a->{title}) cmp lc($b->{title}) } @pages;
|
||||||
my $var = {
|
my $var = {
|
||||||
keyword => $keyword,
|
keyword => $keyword,
|
||||||
pagesLoop => \@pages,
|
pagesLoop => \@pages,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue