Removed empty <span> tags in ckeditor.

This commit is contained in:
Emanuel Schütze 2017-05-31 21:35:32 +02:00
parent d20945bcb6
commit b48c850e79

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.