Index: trunk/parsers/wikidom/lib/es/es.Content.js |
— | — | @@ -716,7 +716,7 @@ |
717 | 717 | if ( line != null ) { |
718 | 718 | if ( right ) { |
719 | 719 | for ( j = 1; j < right.length; j++ ) { |
720 | | - //this.handleAnnotation( 'close', right[j], line.annotations, i - offset ); |
| 720 | + this.handleAnnotation( 'close', right[j], line.annotations, i - offset ); |
721 | 721 | } |
722 | 722 | } |
723 | 723 | if ( !line.annotations.length ) { |