mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Set profanity list limit to 1000. (Could reduce performance)
Fix for comment template. Prevent secureImage from buffering too many keys.
This commit is contained in:
@@ -56,7 +56,7 @@ $COMMENT_TEMPLATE['item'] = '
|
||||
<div class="media-object comment-box-left pull-left col-md-2 span1">
|
||||
{COMMENT_AVATAR: shape=circle}
|
||||
</div>
|
||||
<div class="media-body col-md-10 comment-box-right ">
|
||||
<div class="media-body comment-box-right ">
|
||||
<div class="row">
|
||||
|
||||
<div class="comment-box-username span2 col-xs-6 col-sm-6 col-md-6">{USERNAME}</div>
|
||||
|
Reference in New Issue
Block a user