GWicke has submitted this change and it was merged. Change subject: Bug fix in paragraph wrapper when block tags are encountered. ......................................................................
Bug fix in paragraph wrapper when block tags are encountered. - Block tokens weren't closing open p-tags in all cases. This led to wt2wt failure on this testcase (simplified and extracted from en:St. Louis County Road 91): "<div />\n\n\n<div />a\n\nb". - One more html2html test green. No changes in any other tests and my version of selser tests. - Fixes RTing of the above wiki page. Change-Id: I6112cf829f038a2c37f56ef2bc39927cb1cae2bb --- M js/lib/ext.core.ParagraphWrapper.js 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: GWicke: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/43789 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6112cf829f038a2c37f56ef2bc39927cb1cae2bb Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
