From: Brion Vibber Date: Thu, 14 Oct 2004 07:33:22 +0000 (+0000) Subject: xhtml fix X-Git-Tag: 1.5.0alpha1~1543 X-Git-Url: http://git.cyclocoop.org/%27-%20%20.%20url_absolue%28find_in_path%28%27spip_style.css%27%29%29%20%20%20.%20url_absolue%28find_in_path%28%27prive/spip_style.css%27%29%29%20.%20%27?a=commitdiff_plain;h=75624b83ba6e3df76d1ab54cba6371808127bbe0;p=lhc%2Fweb%2Fwiklou.git xhtml fix --- 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() {