diff --git a/docs/upgrades/packages-7.9.3/default-wiki-page.wgpkg b/docs/upgrades/packages-7.9.3/default-wiki-page.wgpkg index c31c59df3..54846118b 100644 Binary files a/docs/upgrades/packages-7.9.3/default-wiki-page.wgpkg and b/docs/upgrades/packages-7.9.3/default-wiki-page.wgpkg differ diff --git a/lib/WebGUI/Asset/WikiPage.pm b/lib/WebGUI/Asset/WikiPage.pm index 7a086fb46..6f9a4000e 100644 --- a/lib/WebGUI/Asset/WikiPage.pm +++ b/lib/WebGUI/Asset/WikiPage.pm @@ -331,7 +331,7 @@ sub getTemplateVars { url => $asset->getUrl, }; } - $paginator->appendTemplateVariables($var); + $paginator->appendTemplateVars($var); @keyword_pages = map { $_->[1] } sort map { [ lc $_->{title}, $_ ] } diff --git a/lib/WebGUI/i18n/English/Asset_WikiPage.pm b/lib/WebGUI/i18n/English/Asset_WikiPage.pm index 4d0eae3de..0c1663dbe 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiPage.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiPage.pm @@ -304,7 +304,7 @@ our $I18N = }, 'keyword url' => { - message => q{The URL to view all pages tagged with this keyword.}, + message => q{The URL to view all pages tagged with this keyword. The URL will have the gateway URL prepended to it.}, lastUpdated => 0, context => q{Help for template variable}, }, @@ -352,7 +352,7 @@ our $I18N = }, 'keyword page url' => { - message => q{The URL to a page that has this keyword.}, + message => q{The URL to a page that has this keyword. The URL will have the gateway URL prepended to it.}, lastUpdated => 0, context => 'template variable help', },