From: Alexandre Emsenhuber Date: Sun, 6 Feb 2011 13:41:32 +0000 (+0000) Subject: I don't think we need a complete parse operation to just add "
" X-Git-Tag: 1.31.0-rc.0~32165 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=0a4100da03e96d4b5ad0bddaef6b4b1eb9b2247c;p=lhc%2Fweb%2Fwiklou.git I don't think we need a complete parse operation to just add "
" --- diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index a9001df1b1..73416a8e0a 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -138,7 +138,7 @@ class SpecialImport extends SpecialPage { # Success! $wgOut->addWikiMsg( 'importsuccess' ); } - $wgOut->addWikiText( '
' ); + $wgOut->addHTML( '
' ); } }