diff options
Diffstat (limited to 'template/yoga/comment_list.tpl')
-rw-r--r-- | template/yoga/comment_list.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl index e891b6d41..d295015ed 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -30,6 +30,7 @@ <span class="author">{$comment.AUTHOR}</span> - <span class="date">{$comment.DATE}</span> <blockquote>{$comment.CONTENT}</blockquote> </div> + <div class="border">{* Sylvia needs that stupid dummy block *} </div> </div> {if isset($comment_separator)} <hr/> |