anweshaiitp/anwesha

html response in json escaped

codez266 opened this issue · 1 comments

The details field of each event contains html response but in escaped format like "<". This makes the text render as it is, without html parsing. Before sending the response, the field should be unescaped.

930ede2 fixes this by html trusting and removing double quotes.