From 00a6a5a19f92cdbc1703f60c1a4294fb6c45b9f8 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 16 Dec 2007 20:01:04 +0000 Subject: [PATCH] Error message is practically invisible among all the text. Added so it's noticeable. --- includes/SpecialMovepage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 938cefad7b..54730e6c85 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -141,7 +141,7 @@ class MovePageForm { if( $err == 'hookaborted' ) { $errMsg = $hookErr; } else { - $errMsg = '

' . wfMsgWikiHtml( $err ) . "

\n"; + $errMsg = '

' . wfMsgWikiHtml( $err ) . "

\n"; } $wgOut->addHTML( $errMsg ); } -- 2.20.1