diff options
Diffstat (limited to 'templates/comments_post_inc.tpl')
| -rw-r--r-- | templates/comments_post_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments_post_inc.tpl b/templates/comments_post_inc.tpl index 872634f..0e8119e 100644 --- a/templates/comments_post_inc.tpl +++ b/templates/comments_post_inc.tpl @@ -38,7 +38,7 @@ </div> {/if} - {textarea id="commentpost" name="comment_data" rows=$gBitSystem->getConfig('comments_default_post_lines', 6)}{$postComment.data|escape}{/textarea} + {textarea id="commentpost" name="comment_data" rows=$gBitSystem->getConfig('comments_default_post_lines', 6)}{$postComment.data}{/textarea} {captcha variant="row"} <div class="row submit"> |
