no Html escaping in the javascript generated string
no html escape in js string
This commit is contained in:
parent
009fe4a96e
commit
d1193ab44a
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
$D("#name").html(data.name);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue