[geeklog-hg] geeklog: Fixed so empty square brackets are not displayed in com...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 11 06:44:28 EST 2015


changeset 9575:918fca4d76fb
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/918fca4d76fb
user: Tom
date: Wed Feb 11 06:43:54 2015 -0500
description:
Fixed so empty square brackets are not displayed in comment preview.

diffstat:

 public_html/layout/denim/comment/comment.thtml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 3956c9a4d104 -r 918fca4d76fb public_html/layout/denim/comment/comment.thtml
--- a/public_html/layout/denim/comment/comment.thtml	Mon Feb 09 11:10:39 2015 -0500
+++ b/public_html/layout/denim/comment/comment.thtml	Wed Feb 11 06:43:54 2015 -0500
@@ -9,8 +9,8 @@
 
   <div class="comment_content">{comments}</div>
 
-  <div class="comment_navi" role="navigation">[
-   <span {hide_if_preview}>{reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark" title="{lang_permlink}">#</a></span>
+  <div class="comment_navi" role="navigation" {hide_if_preview}>[
+   <span>{reply_option} {parent_link} {delete_option} <a href="{site_url}/comment.php?mode=view&cid={cid}" rel="bookmark" title="{lang_permlink}">#</a></span>
   ]</div>
 </div>
 



More information about the geeklog-cvs mailing list