From c4c47f777724937746c99c064e65f52723443e59 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 20 Aug 2020 22:47:33 +0200 Subject: first cut on implementing additional encryption with the SJCL library. aes only and no backward compatibility. --- view/tpl/chat.tpl | 4 ++-- view/tpl/comment_item.tpl | 2 +- view/tpl/jot.tpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index c189cbd15..7ef957b7e 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -70,7 +70,7 @@ {{if $feature_encrypt}}
-
@@ -83,7 +83,7 @@  {{$insert}} {{if $feature_encrypt}} -  {{$encrypt}} +  {{$encrypt}} {{/if}} diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 3b51971ec..0b2ef1a1c 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -50,7 +50,7 @@ {{if $feature_encrypt}}
-
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 09ddb062d..4e496b511 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -151,7 +151,7 @@ {{/if}} {{if $feature_encrypt}} - {{/if}} @@ -197,7 +197,7 @@  {{$future_txt}} {{/if}} {{if $feature_encrypt}} -  {{$encrypt}} +  {{$encrypt}} {{/if}}  {{$poll}} {{if $feature_nocomment}} -- cgit v1.2.3