Merge "Stop floated transclusions floating out of themselves"

This commit is contained in:
jenkins-bot 2013-06-28 23:46:00 +00:00 committed by Gerrit Code Review
commit f8fd236a05

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 () {