Changeset 6873


Ignore:
Timestamp:
07/24/12 18:10:21 (12 years ago)
Author:
eduardow
Message:

Ticket #2982 - Inconsistência em abrir mensagem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php

    r6866 r6873  
    19291929            $body = mb_ereg_replace("(<p[^>]*)(margin-right:[^>;]*-[^>;]*;)([^>]*>)", "\\1\\3", $body); 
    19301930            $body = mb_ereg_replace("(<p[^>]*)(margin-left:[^>;]*-[^>;]*;)([^>]*>)", "\\1\\3", $body); 
    1931             //--------------------------------------------------------------------------------------------//     
     1931            //--------------------------------------------------------------------------------------------//  
     1932            $body = str_ireplace('position:absolute;', '', $body); 
     1933                 
    19321934            //Remoção de tags <span></span> para correção de erro no firefox 
    19331935            //Comentado pois estes replaces geram erros no html da msg, não se pode garantir que o os </span></span> sejam realmente os fechamentos dos <span><span>. 
Note: See TracChangeset for help on using the changeset viewer.