RC4: Key should be html encoded too

master
Rob 2016-05-23 12:57:43 +01:00
parent 1ccc31c175
commit d34f0d1f22
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ handle remainder => sub {
return "$operation: $plaintext, with key: $key is $result", structured_answer => {
data => {
title => html_enc($result),
subtitle => "$operation: " . html_enc($plaintext) . ", Key: $key"
subtitle => "$operation: " . html_enc($plaintext) . ", Key: ".html_enc($key)
},
templates => {
group => 'text'