Note auto line breaks in email HTML

This commit is contained in:
JonnyWong16 2016-11-02 00:37:18 -07:00
parent 5aaa014207
commit bf99c0e290

View file

@ -1018,7 +1018,8 @@ class EMAIL(Notifier):
{'label': 'Enable HTML Support',
'value': self.config['html_support'],
'name': 'email_html_support',
'description': 'Style your messages using HTML tags.',
'description': 'Style your messages using HTML tags. '
'Line breaks (<br>) will be inserted automatically.',
'input_type': 'checkbox'
}
]