From 75624b83ba6e3df76d1ab54cba6371808127bbe0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 14 Oct 2004 07:33:22 +0000 Subject: [PATCH] xhtml fix --- includes/SpecialBrokenRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialBrokenRedirects.php b/includes/SpecialBrokenRedirects.php index 299bc819d7..d717606dcd 100644 --- a/includes/SpecialBrokenRedirects.php +++ b/includes/SpecialBrokenRedirects.php @@ -25,7 +25,7 @@ class BrokenRedirectsPage extends PageQueryPage { function getPageHeader( ) { #FIXME : probably need to add a backlink to the maintenance page. - return '

'.wfMsg('brokenredirectstext')."


\n"; + return '

'.wfMsg('brokenredirectstext')."


\n"; } function getSQL() { -- 2.20.1