diff --git a/static/templates/search_result.html b/static/templates/search_result.html
index c16325aa6..ddf0ff2ab 100644
--- a/static/templates/search_result.html
+++ b/static/templates/search_result.html
@@ -147,7 +147,8 @@
{{#resultLastPageStart}}
-
-
+
◀
@@ -162,7 +163,8 @@
{{/pages}}
{{#resultLastPageStart}}
-
-
+
▶
diff --git a/test/server.cpp b/test/server.cpp
index 1f647f3ef..d4e325c9e 100644
--- a/test/server.cpp
+++ b/test/server.cpp
@@ -982,7 +982,8 @@ TEST_F(ServerTest, 500)
std::string makeSearchResultsHtml(const std::string& pattern,
const std::string& header,
- const std::string& results)
+ const std::string& results,
+ const std::string& footer)
{
const char SEARCHRESULTS_HTML_TEMPLATE[] = R"HTML(
@@ -1096,8 +1097,7 @@ std::string makeSearchResultsHtml(const std::string& pattern,
-