summaryrefslogtreecommitdiff
path: root/includes/SpecialLonelypages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialLonelypages.php')
-rw-r--r--includes/SpecialLonelypages.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/SpecialLonelypages.php b/includes/SpecialLonelypages.php
index 430af7a7..e652f9d4 100644
--- a/includes/SpecialLonelypages.php
+++ b/includes/SpecialLonelypages.php
@@ -15,7 +15,7 @@ class LonelyPagesPage extends PageQueryPage {
return "Lonelypages";
}
function getPageHeader() {
- return '<p>' . wfMsg('lonelypagestext') . '</p>';
+ return wfMsgExt( 'lonelypagestext', array( 'parse' ) );
}
function sortDescending() {
@@ -57,4 +57,4 @@ function wfSpecialLonelypages() {
return $lpp->doQuery( $offset, $limit );
}
-?>
+