Skip to content
Snippets Groups Projects
Commit 8c1c0ac9 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Fix issue where ONLY media in CKEditor would work

parent a6bf64fd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@
{% set modifier_classes = '' %}
{% set classes = classes | merge(attributes.class) %}
{% if attributes.class %}
{% set classes = classes | merge(attributes.class) %}
{% endif %}
{% for class in classes %}
{% set modifier_classes = modifier_classes ~ ' ' ~ class %}
......
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