X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=0cde28c58d00641458087d72bf9bb9918cfa73dd;hb=9cf0a3d81ffd77202450731f6b1d38e2fe129022;hp=8b1fcdbaeaf17dbf2d36b5973b74354839f929ae;hpb=50e7985d4d5e9f70bd27e61d84d43514004f23da;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 8b1fcdbaea..0cde28c58d 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -28,7 +28,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that takes page text out of an XML dump file @@ -105,11 +105,10 @@ class DumpRenderer extends Maintenance { $output = $content->getParserOutput( $title, null, $options ); file_put_contents( $filename, - "\n" . - "\n" . + "\n" . + "\n" . "\n" . - "\n" . + "\n" . "" . htmlspecialchars( $display ) . "\n" . "\n" . "\n" .