Updated mediawiki/extensions Project: mediawiki/extensions/Flow 42e7f1b82eebd005026fc49c8c6ded0510e6abbe
Don't re-apply parent indent in partials
By default, indents from parent templates are applied to partials
(after they've been rendered)
E.g. every line in flow_post_inner is prepended with 4 or 5 \t
from flow_post (where flow_post_inner is called)
This is - incorrectly - being done after the partial is already
parsed, so it also adds it to variables we put in there.
In our case, we could have <pre> nodes in there, which would get
an additional 4 \t in front of every line. Since <pre> preserve
& display whitespace, this pushed the real content all the way
to the right.
Also filed https://github.com/wycats/handlebars.js/issues/985 for
handlebars
Bug: T92911
Change-Id: I87f1a952d14e702e2d0858dec0021d0456b90fac