Index: trunk/extensions/VisualEditor/modules/es/serializers/es.WikitextSerializer.js |
— | — | @@ -99,10 +99,10 @@ |
100 | 100 | var childNode = node.children[i]; |
101 | 101 | lines.push( |
102 | 102 | convertStyles( childNode.attributes.styles ) + ' ' + |
103 | | - this.document( childNode ) + '\n' |
| 103 | + this.document( childNode ) |
104 | 104 | ); |
105 | 105 | } |
106 | | - return lines.join( '\n' ); |
| 106 | + return lines.join( '\n' ) + '\n'; |
107 | 107 | }; |
108 | 108 | |
109 | 109 | es.WikitextSerializer.prototype.table = function( node ) { |