diff --git a/lib/DDG/Goodie/Uppercase.pm b/lib/DDG/Goodie/Uppercase.pm index 27478dbf2..18e8a7ec9 100755 --- a/lib/DDG/Goodie/Uppercase.pm +++ b/lib/DDG/Goodie/Uppercase.pm @@ -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'