Skip to content

Commit

Permalink
feat: allow using the HTML style tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jun 8, 2023
1 parent 629d7d7 commit dc5fa5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html_xblock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""HTML XBlock module."""
from .html import ExcludedHTML5XBlock, HTML5XBlock

__version__ = "1.3.3"
__version__ = "1.3.4"
1 change: 1 addition & 0 deletions html_xblock/bleaching.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def _get_allowed_tags(self):
'thead',
'tr',
'u',
'style',
'iframe',
}

Expand Down

0 comments on commit dc5fa5d

Please sign in to comment.