text/html added to possible mime types for comments.

This commit is contained in:
Timo Stollenwerk 2012-06-15 17:27:11 +02:00
parent ac9d4f9584
commit eded7f1059
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,9 @@ Changelog
instances of TinyMCE on a single page.
[timo]
- text/html added to the possible mime types for comments.
[timo]
2.1.8 (unreleased)
------------------

View File

@ -82,6 +82,11 @@ def text_transform_vocabulary(context):
value='text/plain',
token='text/plain',
title='Plain text'))
terms.append(
SimpleTerm(
value='text/html',
token='text/html',
title='HTML'))
terms.append(
SimpleTerm(
value='text/x-web-markdown',