diff options
Diffstat (limited to 'templates/searchresults.html')
| -rw-r--r-- | templates/searchresults.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/searchresults.html b/templates/searchresults.html index 115369e..5044d0b 100644 --- a/templates/searchresults.html +++ b/templates/searchresults.html @@ -19,7 +19,7 @@ <div id="search_fail" style="display: none"> <h1>No results found</h1> - <p>You may try a simpler search query, or find the page <a href="{{root}}tag">by the categories</a>.</p> + <p>You may try a simpler search query, or find the page <a href="{{#pageLink}}tag{{/pageLink}}">by the categories</a>.</p> </div> <div id="search_error" style="display: none"> |
