no Html escaping in the javascript generated string

no html escape in js string
This commit is contained in:
Knut Forkalsrud 2013-06-23 14:32:54 -07:00
parent 009fe4a96e
commit d1193ab44a

View file

@ -93,7 +93,8 @@ $D(function() {
}
}
${D}.getJSON("${entry.name}" + '.json', function(data, textStatus) {
${D}.getJSON("$esc.url(${entry.name})" + '.json', function(data, textStatus) {
// ${D}.getJSON("${entry.name}" + '.json', function(data, textStatus) {
$D("#name").html(data.name);