Cambios

Busca en cnbGuatemala con Google

48 bytes añadidos ,  hace 7 años
sin resumen de edición
Línea 139: Línea 139:  
tempLine.html(html+words[w]+' ');
 
tempLine.html(html+words[w]+' ');
 
                         if (words[w] == "|") {
 
                         if (words[w] == "|") {
                             newHtml.append(_markupContent(settings.tag, tempLine.html()));
+
                             prev = tempLine.html();
 +
tempLine.html(html);
 +
newHtml.append(_markupContent(settings.tag, tempLine.html()));
 
tempLine.html('');
 
tempLine.html('');
continue;
+
w--;
 
                         }
 
                         }
 
if (tempLine.html() == prev) {
 
if (tempLine.html() == prev) {