r92176 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92175
|
r92176
|
r92177
>
Date:
18:36, 14 July 2011
Author:
brion
Status:
ok
Tags:
Comment:
ParserPlayground: round-tripping fix for line breaks between paras
Modified paths:
/trunk/extensions/ParserPlayground/modules/ext.parserPlayground.serializer.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ParserPlayground/modules/ext.parserPlayground.serializer.js
—
—
@@ -42,7 +42,7 @@
43
43
// A single-line paragraph.
44
44
src = subParseArray(tree.content) + '\n';
45
45
break;
46
- case 'break':
46
+ case 'br':
47
47
src = '\n';
48
48
break;
49
49
case 'text':
Status & tagging log
00:51, 5 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r92176
[
removed:
new
added:
ok]