r101183 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101182
|
r101183
|
r101184
>
Date:
19:54, 28 October 2011
Author:
catrope
Status:
ok
Tags:
Comment:
Followup
r99164
: per the bug comments and the attached patch, the newline needs to be removed, not just moved around
Modified paths:
/trunk/extensions/ProofreadPage/ProofreadPage_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
—
—
@@ -1045,7 +1045,7 @@
1046
1046
$text = '<noinclude><pagequality level="' . $editpage->quality . '" user="' . $editpage->username . '" />' .
1047
1047
'<div class="pagetext">' . $editpage->header."\n\n\n</noinclude>" .
1048
1048
$editpage->textbox1 .
1049
- "\n<noinclude>" . $editpage->footer . '</div></noinclude>';
1049
+ "<noinclude>" . $editpage->footer . '</div></noinclude>';
1050
1050
$editpage->textbox1 = $text;
1051
1051
} else {
1052
1052
// replace deprecated template
Follow-up revisions
Revision
Commit summary
Author
Date
r101184
1.18wmf1: MFT
r101183
catrope
19:55, 28 October 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r99164
Followup to
r98583
; ProofreadPage was inserting a new newline at the start of...
brion
23:01, 6 October 2011
Status & tagging log
15:17, 12 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r101183
[
removed:
new
added:
ok]