diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-04 16:33:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-04 16:33:17 +0000 |
commit | 7d38fdeec0591ca8930c20f620ded13a8d10bedf (patch) | |
tree | 0919a478f7d32bde31ade8ecf56bfc8c7ccc5d5b /template/yoga/comment_list.tpl | |
parent | a97451563437b12de9050e7f37c021b9eaa62d6d (diff) |
Comments list is correct (but it needs a hack for IE)
git-svn-id: http://piwigo.org/svn/trunk@2657 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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/> |