Ignore:
Timestamp:
08/22/11 14:16:31 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2102 - Formatação de parte da texto incide sobre todo o restante da mensagem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/js/draw_api.js

    r4918 r4977  
    24042404        newBody = newBody.replace("<body","<span"); 
    24052405        newBody = newBody.replace("<BODY","<span"); 
    2406         while ( ( /<span[^>]*><span[^>]*>/ig ).test( newBody ) ) 
    2407                 newBody = newBody.replace( /(<span[^>]*>)<span[^>]*>/ig, '$1' ); 
     2406        //while ( ( /<span[^>]*><span[^>]*>/ig ).test( newBody ) ) 
     2407        //       newBody = newBody.replace( /(<span[^>]*>)<span[^>]*>/ig, '$1' ); 
    24082408 
    24092409        var _body = document.createElement( 'div' ); 
Note: See TracChangeset for help on using the changeset viewer.