Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7316
bug27467.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 11:21 PM
2014-11-21 23:21:11 (UTC+0)
Size
567 B
Referenced Files
None
Subscribers
None
bug27467.patch
View Options
Index: includes/parser/Parser.php
===================================================================
--- includes/parser/Parser.php (revision 82353)
+++ includes/parser/Parser.php (working copy)
@@ -479,7 +479,9 @@
$flags = PPFrame::NO_ARGS | PPFrame::NO_TEMPLATES;
$dom = $this->preprocessToDom( $text, self::PTD_FOR_INCLUSION );
- return $this->getPreprocessor()->newFrame()->expand( $dom, $flags );
+ $text = $this->getPreprocessor()->newFrame()->expand( $dom, $flags );
+ $text = $this->mStripState->unstripBoth( $text );
+ return $text;
}
/**
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6849
Default Alt Text
bug27467.patch (567 B)
Attached To
Mode
T29467: preload can leave UNIQ
Attached
Detach File
Event Timeline
Log In to Comment