Skip to content
Snippets Groups Projects
Commit c3263b30 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

prevent purifier from removing the img size, fixes #2419

Closes #2419

Merge request studip/studip!1636
parent f3e00212
No related branches found
No related tags found
No related merge requests found
...@@ -347,6 +347,7 @@ class Markup ...@@ -347,6 +347,7 @@ class Markup
'float', 'float',
'border' 'border'
]); ]);
$config->set('CSS.MaxImgLength', null);
if ($autoformat) { if ($autoformat) {
$config->set('AutoFormat.Linkify', true); $config->set('AutoFormat.Linkify', true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment