mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Fix indenting and show the correct content for 'content'
This commit is contained in:
parent
e54d2e3a74
commit
8aa6d386cf
1 changed files with 362 additions and 362 deletions
|
@ -259,7 +259,7 @@ $(document).ready(function () {
|
||||||
content: {
|
content: {
|
||||||
title: 'Content',
|
title: 'Content',
|
||||||
display: function (data) {
|
display: function (data) {
|
||||||
return escapeHtml(data.value);
|
return escapeHtml(data.record.content);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ttl: {
|
ttl: {
|
||||||
|
@ -408,7 +408,7 @@ $(document).ready(function () {
|
||||||
title: 'Content',
|
title: 'Content',
|
||||||
create: true,
|
create: true,
|
||||||
display: function (data) {
|
display: function (data) {
|
||||||
return escapeHtml(data.value);
|
return escapeHtml(data.record.content);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ttl: {
|
ttl: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue