diff --git a/modules/ve2/dm/ve.dm.Converter.js b/modules/ve2/dm/ve.dm.Converter.js index f8d0f23ec4..2de8b97839 100644 --- a/modules/ve2/dm/ve.dm.Converter.js +++ b/modules/ve2/dm/ve.dm.Converter.js @@ -544,7 +544,7 @@ ve.dm.Converter.prototype.getDomFromData = function( data ) { // HACK: do postprocessing on the data to work around bugs in Parsoid concerning paragraphs // inside list items - $( container ).find( 'li' ).each( function() { + $( container ).find( 'li, dd, dt' ).each( function() { var $sublists = $(this).children( 'ul, ol' ), $firstChild = $(this.firstChild); if ( $firstChild.is( 'p' ) ) {