aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CategoryViewer.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CategoryViewer.php')
-rw-r--r--includes/CategoryViewer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php
index 0af7d7c5b217..d83e0e0616f5 100644
--- a/includes/CategoryViewer.php
+++ b/includes/CategoryViewer.php
@@ -604,7 +604,7 @@ class CategoryViewer extends ContextSource {
);
}
- return $this->msg('categoryviewer-pagedlinks')->rawParams($prevLink, $nextLink)->escaped();
+ return "($prevLink) ($nextLink)";
}
/**