Page MenuHomePhabricator

tag.patch.txt

Authored By
bzimport
Nov 21 2014, 10:10 PM
Size
407 B
Referenced Files
None
Subscribers
None

tag.patch.txt

Index: CoreParserFunctions.php
===================================================================
--- CoreParserFunctions.php (revision 4392)
+++ CoreParserFunctions.php (working copy)
@@ -252,6 +252,7 @@
if ( preg_match( '/^(?:["\'](.+)["\']|""|\'\')$/s', $value, $m ) ) {
$value = isset( $m[1] ) ? $m[1] : '';
}
+ $name = trim($name);
$attributes[$name] = $value;
}
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4427
Default Alt Text
tag.patch.txt (407 B)

Event Timeline