Index: trunk/parsers/wikidom/lib/es/es.Surface.js |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | if ( val.length > 0 ) { |
130 | 130 | var location = surface.getLocation(); |
131 | 131 | location.block.insertContent( location.offset, val.split('')); |
132 | | - location.offset++; |
| 132 | + location.offset += val.length; |
133 | 133 | } |
134 | 134 | }, 0, this ); |
135 | 135 | break; |