Skip to content

Commit 900cfc0

Browse files
committed
Fix twig path
1 parent 49c032e commit 900cfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/views/Form/ckeditor_widget.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'FOSCKEditorBundle:Form:ckeditor_widget.html.twig' %}
1+
{% extends "@FOSCKEditor/Form/ckeditor_widget.html.twig" %}
22

33
{% block ckeditor_widget_extra %}
44
CKEDITOR.dtd.$removeEmpty['i'] = false;

0 commit comments

Comments
 (0)