summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/comments.tpl2
-rw-r--r--templates/display_comment.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/comments.tpl b/templates/comments.tpl
index 7e5ca92..b2da2ed 100644
--- a/templates/comments.tpl
+++ b/templates/comments.tpl
@@ -20,7 +20,7 @@
<div id="comment_{$gContent->mContentId}"></div>
{foreach name=comments_loop key=key item=item from=$comments}
- {displaycomment comment="$item"}
+ {displaycomment comment=$item}
{/foreach}
<div id="comment_{$gContent->mContentId}_footer"></div>
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl
index 71317a4..013ddba 100644
--- a/templates/display_comment.tpl
+++ b/templates/display_comment.tpl
@@ -39,7 +39,7 @@
{if $comment.children}
<div id="comment_{$comment.content_id}_children">
{foreach key=key item=item from=$comment.children}
- {include file="bitpackage:liberty/display_comment.tpl" comment="$item"}
+ {include file="bitpackage:liberty/display_comment.tpl" comment=$item}
{/foreach}
</div>
{/if}