diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-03-05 08:18:18 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-03-05 08:18:18 +0100 |
| commit | 093ea9586c2eb84df56d32d826e67c8dfdd0efdb (patch) | |
| tree | a1d46fa152fbf94203376748dae0b3afa007465d /htroot/yacysearch.html | |
| parent | 384c37102cbd87fdb7bcb17fea48e9822c8f51fb (diff) | |
Properly fill current page number to new server side pagination template
When current page is automatically reset to zero because of a new search
request.
Diffstat (limited to 'htroot/yacysearch.html')
| -rw-r--r-- | htroot/yacysearch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 4d8cb281c..bea0a9265 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -255,7 +255,7 @@ document.getElementById("Enter").innerHTML = "search again"; #(resultTable)#::</table>::</table>#(/resultTable)# <!-- linklist end --> -<!--#include virtual="yacysearchpagination.html?eventID=#[eventID]#&maximumRecords=#[count]#&jsResort=#(jsResort)#false::true#(/jsResort)##(authSearch)#::&auth#(/authSearch)#" --> +<!--#include virtual="yacysearchpagination.html?eventID=#[eventID]#&maximumRecords=#[count]#&offset=#[offset]#&jsResort=#(jsResort)#false::true#(/jsResort)##(authSearch)#::&auth#(/authSearch)#" --> </div> <!-- close main --> |
