ISO639: Removing superfluous html_enc

master
Rob Emery 2016-05-15 19:29:09 +01:00
parent 84322929c3
commit 8602ad359c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ handle remainder => sub {
return "ISO 639: $lang - $code", structured_answer => {
data => {
title => $code,
subtitle => "ISO 639 Language code: " . html_enc($lang)
subtitle => "ISO 639 Language code: $lang"
},
templates => {
group => 'text'