Merge "phpunit: Don't bother resetting unused global in UploadFromUrlTestSuite"
[lhc/web/wiklou.git] / includes / changes / OldChangesList.php
index a26f5b6..c15701b 100644 (file)
@@ -121,7 +121,7 @@ class OldChangesList extends ChangesList {
                if ( $this->getConfig()->get( 'RCShowChangedSize' ) ) {
                        $cd = $this->formatCharacterDifference( $rc );
                        if ( $cd !== '' ) {
-                               $html .= $cd . '  <span class="mw-changeslist-separator">. .</span> ';
+                               $html .= $cd . '  <span class="mw-changeslist-separator"></span> ';
                        }
                }