fix default cipher for comments and set it at the conversation level rather than the item level.

This commit is contained in:
friendica
2013-11-14 22:54:16 -08:00
parent fa79085bd5
commit 2fe6aef8bc
3 changed files with 11 additions and 9 deletions

View File

@@ -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>