1
0
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:
Cameron
2021-02-14 07:02:09 -08:00
parent e6bdc0e6ec
commit aee77a102f
5 changed files with 74 additions and 8 deletions

View File

@@ -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>