r95359 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95358
|
r95359
|
r95360
>
Date:
23:41, 23 August 2011
Author:
johnduhart
Status:
ok (
Comments
)
Tags:
Comment:
(
bug 30292
) Replace \n with   to work around parser bug
Modified paths:
/trunk/extensions/ProofreadPage/ProofreadPage_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
—
—
@@ -885,7 +885,7 @@
886
886
$out .= '{{:' . $text . '}}';
887
887
}
888
888
if( !$is_q0 ) {
889
- $out.= "\n";
889
+ $out.= " ";
890
890
}
891
891
}
892
892
} else {
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
05:54, 24 August 2011
Is that the correct bug number?
#
Comment by
Johnduhart
(
talk
|
contribs
)
11:51, 24 August 2011
Sorry, that should be
bug 20262
Status & tagging log
09:04, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r95359
[
removed:
proofreadpage]
22:51, 1 January 2012
Tim Starling
(
talk
|
contribs
)
changed the
status
of r95359
[
removed:
new
added:
ok]
07:04, 23 December 2011
RobLa
(
talk
|
contribs
)
changed the
tags
for r95359
[
added:
proofreadpage]
11:51, 24 August 2011
Johnduhart
(
talk
|
contribs
)
changed the
status
of r95359
[
removed:
fixme
added:
new]
05:54, 24 August 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r95359
[
removed:
new
added:
fixme]