diff --git a/cod_wysiwyg/cod_wysiwyg.features.ckeditor_profile.inc b/cod_wysiwyg/cod_wysiwyg.features.ckeditor_profile.inc
index cae7162..d2e4ed3 100644
--- a/cod_wysiwyg/cod_wysiwyg.features.ckeditor_profile.inc
+++ b/cod_wysiwyg/cod_wysiwyg.features.ckeditor_profile.inc
@@ -192,7 +192,7 @@ function cod_wysiwyg_ckeditor_profile_defaults() {
         'auto_lang' => 't',
         'language_direction' => 'default',
         'allowed_content' => 't',
-        'extraAllowedContent' => '',
+        'extraAllowedContent' => 'span;*[id]',
         'enter_mode' => 'p',
         'shift_enter_mode' => 'br',
         'font_format' => 'p;h2;h3;h4;h5;h6;pre;address',
