security updates
have to check views and entityreference for custom patches
This commit is contained in:
@@ -6,9 +6,9 @@ dependencies[] = trigger
|
||||
core = 7.x
|
||||
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-09-06
|
||||
version = "7.x-1.0-alpha2+30-dev"
|
||||
; Information added by Drupal.org packaging script on 2014-03-05
|
||||
version = "7.x-1.0-beta3"
|
||||
core = "7.x"
|
||||
project = "mimemail"
|
||||
datestamp = "1378431585"
|
||||
datestamp = "1394018015"
|
||||
|
||||
|
@@ -142,6 +142,14 @@ class mimemail_compress {
|
||||
$style = trim($value['attributes']);
|
||||
}
|
||||
$node->setAttribute('style', $style);
|
||||
|
||||
// Convert float to align for images.
|
||||
$float = preg_match ('/float:(left|right)/', $style, $matches);
|
||||
if ($float) {
|
||||
$node->setAttribute('align', $matches[1]);
|
||||
$node->setAttribute('vspace', 5);
|
||||
$node->setAttribute('hspace', 5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -6,9 +6,9 @@ core = 7.x
|
||||
|
||||
files[] = mimemail_compress.inc
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-09-06
|
||||
version = "7.x-1.0-alpha2+30-dev"
|
||||
; Information added by Drupal.org packaging script on 2014-03-05
|
||||
version = "7.x-1.0-beta3"
|
||||
core = "7.x"
|
||||
project = "mimemail"
|
||||
datestamp = "1378431585"
|
||||
datestamp = "1394018015"
|
||||
|
||||
|
Reference in New Issue
Block a user