Products.CMFPlone/master: Improve descript of nasty tags in filter control panel
Peter Holzer <jenkins-z4DKO/[email protected]> Fri, 28 Jul 2017 04:27:15 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.CMFPlone Branch: refs/heads/master Date: 2017-07-28T12:36:55+02:00 Author: MrTango (MrTango) <md-r4/[email protected]> Commit: https://github.com/plone/Products.CMFPlone/commit/7d9cb3603043123f1bfd8c049c5ef4b63b94b844 Improve descript of nasty tags in filter control panel Files changed: M Products/CMFPlone/interfaces/controlpanel.py diff --git a/Products/CMFPlone/interfaces/controlpanel.py b/Products/CMFPlone/interfaces/controlpanel.py index a8d7d4a83..58a811fed 100644 --- a/Products/CMFPlone/interfaces/controlpanel.py +++ b/Products/CMFPlone/interfaces/controlpanel.py @@ -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=[], ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot