Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-08-13 12:38:42 +0300
committerGitHub <noreply@github.com>2021-08-13 12:38:42 +0300
commit80d7ccb4b2b2bd57897038abe27453c5de80f3af (patch)
treedaf7a97a52b1cb327ff7d6b5cdd37cc2347df6a2 /lib
parent06edd02616adde377ea2488a8395ff4d8acdc9c4 (diff)
parent82e4366b3344a4f6eaad201fa1c2d47a0879134c (diff)
Merge pull request #5424 from nextcloud/bug/5279/disable-css-tidy
Disable TidyImpl for html emails
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Service/Html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/Html.php b/lib/Service/Html.php
index feb36307e..523a9ee61 100755
--- a/lib/Service/Html.php
+++ b/lib/Service/Html.php
@@ -128,6 +128,7 @@ class Html {
$config->set('URI.Host', Util::getServerHostName());
$config->set('Filter.ExtractStyleBlocks', true);
+ $config->set('Filter.ExtractStyleBlocks.TidyImpl', false);
$config->set('CSS.AllowTricky', true);
$config->set('CSS.Proprietary', true);