diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-06-23 10:37:28 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-06-23 10:37:28 -0400 |
| commit | 35e6dc23ce2c7e8022aa05e325266243422fe458 (patch) | |
| tree | 02369b9f805af7e3ac704748c826452cba7b78f3 /templates | |
| parent | 37e57fee22f327bf4535829e82a25565169a8c43 (diff) | |
| download | liberty-35e6dc23ce2c7e8022aa05e325266243422fe458.tar.gz liberty-35e6dc23ce2c7e8022aa05e325266243422fe458.tar.bz2 liberty-35e6dc23ce2c7e8022aa05e325266243422fe458.zip | |
use & on comment link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/display_comment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index f43dbe8..699d08f 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -10,7 +10,7 @@ {if $comments_ajax } <a href="javascript:void(0);" onclick="LibertyComment.attachForm('comment_{$comment.content_id}', '{$comment.content_id}', '{$comment.root_id}')">{booticon iname="icon-comment-alt" ipackage="icons" iexplain="Reply to this comment"}</a> {else} - <a href="#">{booticon iname="icon-comment-alt" class="icon" iexplain="Reply to this comment" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" }</a> + <a href="#">{booticon iname="icon-comment-alt" class="icon" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" iexplain="Reply to this comment" }</a> {/if} {/if} {if $comment.is_editable} |
