Page MenuHomePhabricator

bug27467.patch

Authored By
bzimport
Nov 21 2014, 11:21 PM
Size
567 B
Referenced Files
None
Subscribers
None

bug27467.patch

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

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6849
Default Alt Text
bug27467.patch (567 B)

Event Timeline