Skip to content
Snippets Groups Projects
Commit 82dc5dd0 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

prevent purifier from removing the img size, fixes #2419

Closes #2419

Merge request studip/studip!1636
parent e72916a2
Branches
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