Commit e7109b00 authored by Jérome Perrin's avatar Jérome Perrin

fix lines > 79 chars


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 61d149a4
...@@ -39,7 +39,8 @@ class HtmlStylePreference: ...@@ -39,7 +39,8 @@ class HtmlStylePreference:
'preference' : 1, 'preference' : 1,
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'preferred_html_style_translator_mode', { 'id' : 'preferred_html_style_translator_mode',
'description' : 'When true, links to translation system will be displayed.', 'description' : 'When true, links to translation system will be '\
'displayed.',
'type' : 'boolean', 'type' : 'boolean',
'preference' : 1, 'preference' : 1,
'mode' : 'w' }, 'mode' : 'w' },
...@@ -49,7 +50,8 @@ class HtmlStylePreference: ...@@ -49,7 +50,8 @@ class HtmlStylePreference:
'preference' : 1, 'preference' : 1,
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'preferred_html_style_documentation_base_url', { 'id' : 'preferred_html_style_documentation_base_url',
'description' : 'Defines the base URL where portal type action documentation will be searched for.', 'description' : 'Defines the base URL where portal type action '\
'documentation will be searched for.',
'type' : 'string', 'type' : 'string',
'preference' : 1, 'preference' : 1,
'default' : 'http://www.erp5.com/erp5_help/', 'default' : 'http://www.erp5.com/erp5_help/',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment