Stop floated transclusions floating out of themselves

This is done by setting renderHtmlAttributes to false, for both block
and inline transclusions.

Bug: 49925
Change-Id: I975cf1de3b273a5189e6edf7db937c4388fa4fbe
This commit is contained in:
Inez Korczyński 2013-06-28 12:52:53 -07:00 committed by Roan Kattouw
parent 9e81731ff1
commit 887255500a

View file

@ -48,6 +48,8 @@ ve.mixinClass( ve.ce.MWTransclusionNode, ve.ce.GeneratedContentNode );
ve.ce.MWTransclusionNode.static.name = 'mwTransclusion';
ve.ce.MWTransclusionNode.static.renderHtmlAttributes = false;
/* Methods */
ve.ce.MWTransclusionNode.prototype.generateContents = function () {