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;
 	}
 
 	/**
