aboutsummaryrefslogtreecommitdiffstats
path: root/includes/OutputPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/OutputPage.php')
-rw-r--r--includes/OutputPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/OutputPage.php b/includes/OutputPage.php
index f00c58a17c10..dc87feae0d0d 100644
--- a/includes/OutputPage.php
+++ b/includes/OutputPage.php
@@ -534,7 +534,7 @@ class OutputPage {
$this->mRedirect = '';
$this->mBodytext = '';
- $this->addHTML( '<p>' . wfMsg( $msg ) . "</p>\n" );
+ $this->addWikiText( wfMsg( $msg ) );
$this->returnToMain( false );
$this->output();