mediawiki-extensions-Visual.../modules/ve
Roan Kattouw f93b051acf Fix bug where whitespace in an empty node was doubled
<table>\n\n</table> round-tripped to <table>\n\n\n\n</table> because
we would store '\n\n' in both the innerPre and innerPost fields.
Fixed by not setting innerPost if the element is empty.

Change-Id: I0393bfaf9793fdebc8fff72c8760113fa69bb2bd
2013-06-30 00:29:38 -07:00
..
ce Merge "Firefox misplaces cursor when moving between lines" 2013-06-29 00:25:17 +00:00
dm Fix bug where whitespace in an empty node was doubled 2013-06-30 00:29:38 -07:00
init mw: Implement support for ConfirmEdit and FancyCaptcha 2013-06-29 20:42:23 -07:00
test Fix bug where whitespace in an empty node was doubled 2013-06-30 00:29:38 -07:00
ui Merge "Improve async template data loading" 2013-06-30 04:11:01 +00:00
ve.BranchNode.js
ve.debug.js
ve.Document.js
ve.Element.js Code style fix: (X) -> ( X ) 2013-06-24 18:51:59 +01:00
ve.EventEmitter.js
ve.Factory.js
ve.js Make loading VE work on Opera again, attempt two 2013-06-29 15:02:00 +02:00
ve.LeafNode.js
ve.NamedClassFactory.js
ve.Node.js
ve.Range.js
ve.Registry.js