r67749 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r67748
|
r67749
|
r67750
>
Date:
19:47, 9 June 2010
Author:
daniel
Status:
deferred
Tags:
Comment:
escape '-' and '=' at the beginning of lines.
Modified paths:
/trunk/extensions/DataTransclusion/DataTransclusionHandler.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DataTransclusion/DataTransclusionHandler.php
—
—
@@ -233,6 +233,8 @@
234
234
'!^;!m' => ';',
235
235
'![\r\n]!' => ' ',
236
236
'!^ !m' => ' ',
237
+ '!^-!m' => '-',
238
+ '!^=!m' => '=',
237
239
);
238
240
239
241
static function sanitizeValue( $v ) {
Status & tagging log
19:40, 21 November 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r67749
[
removed:
new
added:
deferred]