Am 14.05.2014 16:04, schrieb Gabriel Wicke:
On 05/14/2014 03:22 PM, Daniel Kinzler wrote:
My patch doesn't change the handling of <html>...</html> by the parser. As before, the parser will pass HTML code in <html>...</html> through only if wgRawHtml is enabled, and will mangle/sanitize it otherwise.
Oh, I thought that you wanted to support normal wikis with $wgRawHtml disabled.
I want to, and I do. <html> is not sued for normal rendering, it is used by expandtemplates only. During normal rendering, a strip mark is inserted, which will work on all wikis. The one thing that will not work on wikis with $wgRawHtml disabled is parsing the output of expandtemplates.
-- daniel