Base64: Escape result of base64.

master
jagtalon 2015-02-19 21:27:24 +00:00
parent a6d370a790
commit 5873a95db9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ handle remainder => sub {
return ucfirst($what) . 'd: ' . $out_str,
structured_answer => {
input => [$in_str],
input => [html_enc($in_str)],
operation => $what,
result => $out_str,
};