Added new line so that it doesn't break output
[lhc/web/wiklou.git] / maintenance / renderDump.php
index 10986f2..9779779 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Take page text out of an XML dump file and render basic HTML out to files.
  * This is *NOT* suitable for publishing or offline use; it's intended for
- * running comparitive tests of parsing behavior using real-world data.
+ * running comparative tests of parsing behavior using real-world data.
  *
  * Templates etc are pulled from the local wiki database, not from the dump.
  *
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @file
+ * @ingroup Maintenance
  */
 
 $optionsWithArgs = array( 'report' );
 
 require_once( 'commandLine.inc' );
-require_once( 'SpecialImport.php' );
 
 class DumpRenderer {
        function __construct( $dir ) {
@@ -100,4 +99,4 @@ if( isset( $options['output-dir'] ) ) {
 $render = new DumpRenderer( $dir );
 $render->run();
 
-?>
+