Skip to content

Commit

Permalink
Improve descript of nasty tags in filter control panel
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango authored and agitator committed Jul 28, 2017
1 parent 2d52365 commit 7d9cb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Products/CMFPlone/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ class IFilterSchema(Interface):
nasty_tags = schema.List(
title=_(u'Nasty tags'),
description=_(u'These tags and their content are completely blocked '
'when a page is saved or rendered.'),
'when a page is saved or rendered. They are only deleted'
' if they are not marked as valid_tags'),
default=[u'style', u'object', u'embed', u'applet', u'script', u'meta'],
value_type=schema.TextLine(),
missing_value=[],
Expand Down

0 comments on commit 7d9cb36

Please sign in to comment.