aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/comment_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-14 22:54:16 -0800
committerfriendica <info@friendica.com>2013-11-14 22:54:16 -0800
commit2fe6aef8bc41db07cfac094f9ede7b06a52e0ade (patch)
treeedd827bcad66c10aed035f24f6aaa946d0379fd8 /view/tpl/comment_item.tpl
parentfa79085bd57877a38139a6c656150e68bc2e8255 (diff)
downloadvolse-hubzilla-2fe6aef8bc41db07cfac094f9ede7b06a52e0ade.tar.gz
volse-hubzilla-2fe6aef8bc41db07cfac094f9ede7b06a52e0ade.tar.bz2
volse-hubzilla-2fe6aef8bc41db07cfac094f9ede7b06a52e0ade.zip
fix default cipher for comments and set it at the conversation level rather than the item level.
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-xview/tpl/comment_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index fb08624f2..b8e2b4730 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -43,7 +43,7 @@
{{if $feature_encrypt}}
<li><i class="icon-key shadow comment-icon"
style="cursor: pointer;" title="{{$encrypt}}"
- onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + {{$id}},''); return false;"></i></li>
+ onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;"></i></li>
{{/if}}
</ul>
<div class="comment-edit-bb-end"></div>