Ticket #2417 (closed defeito: fixed)
Mensagem alterar o layout do Expresso
Reported by: | cristiano | Owned by: | cristiano |
---|---|---|---|
Priority: | normal | Milestone: | Expresso 2.4.0 |
Component: | ExpressoMail | Version: | trunk |
Severity: | grave | Keywords: | Prognus |
Cc: | WorkGroup: |
Description
Ao abrir a mensagem em anexo, o layout do Expresso ficou totalmente desformatado.
Attachments
Change History
comment:1 Changed 11 years ago by cristiano
- Status changed from new to closed
- Resolution set to fixed
r5309. Ajustada Expressão regular que encontra a tag estyle.
old:
$tags_found = @mb_eregi("<style\b[^>]*>(.*?)</style>", $body, $regs_found);
new:
$tags_found = @mb_eregi("<style\b[^>]*>(.*?)</style[^>]*>", $body, $regs_found);
Note: See
TracTickets for help on using
tickets.