Remove HTML Encoding of output text

master
Zaahir Moolla 2016-08-24 12:29:28 -04:00
parent b155b511ee
commit d6d3593dac
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ handle remainder => sub {
return $upper, structured_answer => {
data => {
title => html_enc($upper),
subtitle => "Uppercase: ".html_enc($input)
title => $upper,
subtitle => "Uppercase: $input"
},
templates => {
group => 'text'