Skip to content
Snippets Groups Projects
Commit 5cf583cc authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

drop duplicate cw-block-content for CoursewareTextBlock, fixes #2052

Closes #2052

Merge request studip/studip!1332
parent a5733deb
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@closeEdit="initCurrent" @closeEdit="initCurrent"
> >
<template #content> <template #content>
<section class="cw-block-content formatted-content" v-html="currentText" ref="content"></section> <section class="formatted-content" v-html="currentText" ref="content"></section>
</template> </template>
<template v-if="canEdit" #edit> <template v-if="canEdit" #edit>
<ckeditor :editor="editor" v-model="currentText" :config="editorConfig"></ckeditor> <ckeditor :editor="editor" v-model="currentText" :config="editorConfig"></ckeditor>
......
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