r93938 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93937‎ | r93938 | r93939 >
Date:23:33, 4 August 2011
Author:inez
Status:deferred
Tags:
Comment:
+ comment
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Content.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Content.js
@@ -592,7 +592,8 @@
593593 ? es.Content.htmlCharacters[right[0]] : right[0];
594594 left = right;
595595 }
596 - if ( right ) {
 596+ // close all remaining tags at the end of the content
 597+ if ( !rightPlain && right ) {
597598 for ( j = 1; j < right.length; j++ ) {
598599 out += es.Content.renderAnnotation( 'close', right[j], stack );
599600 }

Status & tagging log