From 6897df195b0cdc9d30262fd426eb3dbaa79196c9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 29 Jun 2005 07:38:48 +0000 Subject: [PATCH] escape a couple more msgs --- includes/PageHistory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 6791e71380..e1dee33d5f 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -477,8 +477,8 @@ wfdebug("limits=$limits offset=$offsets got=".count($result)."\n"); $firsturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}&go=first"); $lasturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}"); - $firsttext = wfMsg("histfirst"); - $lasttext = wfMsg("histlast"); + $firsttext = wfMsgHtml("histfirst"); + $lasttext = wfMsgHtml("histlast"); $prevurl = $wgTitle->escapeLocalURL("action=history&dir=prev&offset={$latestShown}&limit={$limit}"); $nexturl = $wgTitle->escapeLocalURL("action=history&offset={$earliestShown}&limit={$limit}"); -- 2.20.1