PaleoIngredientCheck: encoding the input string for XSS protection (we think this is still neded)
parent
463027d896
commit
a913c6af02
|
@ -41,7 +41,7 @@ handle remainder => sub {
|
|||
return $result, structured_answer => {
|
||||
data => {
|
||||
title => $result,
|
||||
subtitle => "Paleo Friendly: $item"
|
||||
subtitle => "Paleo Friendly: ".html_enc($item)
|
||||
},
|
||||
templates => {
|
||||
group => 'text'
|
||||
|
|
Loading…
Reference in New Issue