Merge pull request #3277 from emanuelschuetze/empty-span

Removed empty <span> tags in ckeditor.
This commit is contained in:
Norman Jäckel 2017-05-31 22:10:12 +02:00 committed by GitHub
commit 400273dfa6

View File

@ -904,7 +904,7 @@ angular.module('OpenSlidesApp.core', [
'tr th td caption;' +
'li; ol[start]{list-style-type};' +
'ul{list-style};' +
'span[data-line-number,contenteditable]{color,background-color}(os-line-number,line-number-*);' +
'span[!*]{color,background-color}(os-line-number,line-number-*);' +
'br(os-line-break);',
// there seems to be an error in CKeditor that parses spaces in extraPlugins as part of the plugin name.