r32257 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r32256
|
r32257
|
r32258
>
Date:
21:27, 20 March 2008
Author:
brion
Status:
old
Tags:
Comment:
Don't add spurious ')' in enhanced RC block line if we don't have a clean size change
Modified paths:
/trunk/phase3/includes/ChangesList.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/ChangesList.php
—
—
@@ -599,7 +599,7 @@
600
600
$chardiff = $rcObj->getCharacterDifference( $block[ count( $block ) - 1 ]->mAttribs['rc_old_len'],
601
601
$block[0]->mAttribs['rc_new_len'] );
602
602
if( $chardiff == '' ) {
603
- $r .= ') ';
603
+ $r .= ' ';
604
604
} else {
605
605
$r .= ' ' . $chardiff. ' . . ';
606
606
}
Status & tagging log
15:25, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r32257
[
removed:
ok
added:
old]