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
+5
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',