Use newlines in comments.

This commit is contained in:
Will Rossiter 2013-03-05 21:37:00 +13:00
parent 567c2236db
commit f38b9daebd
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class Commenting {
'comment_permalink_prefix' => "comment-", // id prefix for each comment. If needed make this different
'require_moderation' => false,
'html_allowed' => false, // allow for sanitized HTML in comments
'html_allowed_elements' => array('p', 'br', 'a', 'img', 'i', 'b'),
'html_allowed_elements' => array('a', 'img', 'i', 'b'),
'use_preview' => false, // preview formatted comment (when allowing HTML)
);

View File

@ -17,7 +17,7 @@ The module provides a number of built in configuration settings below are the de
'comment_permalink_prefix' => "comment-",
'require_moderation' => false,
'html_allowed' => false, // allow for sanitized HTML in comments
'html_allowed_elements' => array('p', 'br', 'a', 'img', 'i', 'b'),
'html_allowed_elements' => array('a', 'img', 'i', 'b'),
'use_preview' => false, // preview formatted comment (when allowing HTML)
);