Fix missing message-htmlpart1 class breaking inline CSS (#6493)

release-1.2
Aleksander Machniak 6 years ago
parent 36043cb7bc
commit d3f2759a6b

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
- Fix missing message-htmlpart1 class breaking inline CSS (#6493)
RELEASE 1.2.9
-------------
- Fix regression where IMAP commands with '*' uidset argument wasn't working

@ -1467,8 +1467,6 @@ function rcmail_html4inline($body, $container_id, $body_class='', &$attributes=n
),
$body);
$attributes = array();
// Handle body attributes that doesn't play nicely with div elements
$regexp = '/<div class="' . preg_quote($body_class, '/') . '"([^>]*)/';
if (preg_match($regexp, $body, $m)) {

Loading…
Cancel
Save