diff --git a/ext/view/theme.php b/ext/view/theme.php
index 1bf7b19b..cd0712a8 100644
--- a/ext/view/theme.php
+++ b/ext/view/theme.php
@@ -41,7 +41,7 @@ class ViewTheme extends Themelet {
$prev = $database->get_prev_image($image_id, $search_terms);
$h_prev = (!is_null($prev) ? "Prev" : "Prev");
- $h_index = "Index";
+ $h_index = "Index";
$h_next = (!is_null($next) ? "Next" : "Next");
$this->pin = "$h_prev | $h_index | $h_next";