Mustache templates, PHP json_encode, Javascript arrays, and html entities

Re: Mustache templates, PHP json_encode, Javascript arrays, and html entities

by jack miller -
Number of replies: 0

You can use htmlspecialchars_decode() PHP's default function while getting output.

I think this will help