r36722 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36721
|
r36722
|
r36723
>
Date:
10:46, 27 June 2008
Author:
werdna
Status:
old
Tags:
Comment:
Don't let textareas be done in short form
Modified paths:
/trunk/phase3/includes/Xml.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Xml.php
—
—
@@ -489,7 +489,7 @@
490
490
'cols' => $cols,
491
491
'rows' => $rows
492
492
) + $attribs,
493
- $content );
493
+ $content."\n" );
494
494
}
495
495
496
496
/**
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36722
[
removed:
ok
added:
old]