diff options
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html index fc5527296..73bb0de73 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -20,7 +20,7 @@ {% endfor %} {% if paging %} - <div id="paging"> + <div id="pagination"> {% if pageno > 1 %} <form method="post" action="/"> <div class="left"> |