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
'float',
'border'
]);
$config->set('CSS.MaxImgLength', null);
if ($autoformat) {
$config->set('AutoFormat.Linkify', true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment