r81593 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81592‎ | r81593 | r81594 >
Date:13:41, 6 February 2011
Author:ialex
Status:ok
Tags:
Comment:
I don't think we need a complete parse operation to just add "<hr />"
Modified paths:
  • /trunk/phase3/includes/specials/SpecialImport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialImport.php
@@ -138,7 +138,7 @@
139139 # Success!
140140 $wgOut->addWikiMsg( 'importsuccess' );
141141 }
142 - $wgOut->addWikiText( '<hr />' );
 142+ $wgOut->addHTML( '<hr />' );
143143 }
144144 }
145145

Status & tagging log