File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
src/plone/app/standardtiles Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ class IRawEmbedTile(Schema):
1212
1313 tile_title = schema .TextLine (
1414 title = _ ("Title" ),
15- description = _ (
16- """The title will also be used to create
17- identifying class on that tile"""
18- ),
15+ description = _ ("""The title will also be used to create
16+ identifying class on that tile""" ),
1917 required = True ,
2018 )
2119
@@ -28,10 +26,8 @@ class IRawEmbedTile(Schema):
2826 ignore_querystring ("html_snippet" )
2927 html_snippet = schema .SourceText (
3028 title = _ ("HTML Snippet" ),
31- description = _ (
32- """Be CAREFUL what you paste here, no security
33- checks or transforms to safe_html will be done!"""
34- ),
29+ description = _ ("""Be CAREFUL what you paste here, no security
30+ checks or transforms to safe_html will be done!""" ),
3531 required = False ,
3632 )
3733
You can’t perform that action at this time.
0 commit comments