Skip to content

Commit

Permalink
Merge pull request #764 from adaptlearning/issue/719
Browse files Browse the repository at this point in the history
Fixes #719 - Allows <span> tags in editor
  • Loading branch information
brian-learningpool committed Jul 24, 2015
2 parents ff04eb7 + 26f9177 commit d6014b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/core/scaffold/scaffoldOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ define(function(require) {
{ name: 'insert', items: [ 'SpecialChar' ] },
{ name: 'tools', items: [ ] },
{ name: 'others', items: [ '-' ] }
]
],
extraAllowedContent: 'span(*)'
});

}, this), 100);
Expand Down

0 comments on commit d6014b3

Please sign in to comment.