diff --git a/ext/comment/theme.php b/ext/comment/theme.php
index 281bf17c..0b644390 100644
--- a/ext/comment/theme.php
+++ b/ext/comment/theme.php
@@ -36,7 +36,7 @@ class CommentListTheme extends Themelet {
$h_prev = ($page_number <= 1) ? "Prev" :
'Prev';
- $h_index = "Index";
+ $h_index = "Index";
$h_next = ($page_number >= $total_pages) ? "Next" :
'Next';