mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-30 21:36:05 +03:00
Add missing ,
This commit is contained in:
parent
2eed9b39c0
commit
e54d2e3a74
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ $(document).ready(function () {
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
title: 'Content',
|
title: 'Content',
|
||||||
create: true
|
create: true,
|
||||||
display: function (data) {
|
display: function (data) {
|
||||||
return escapeHtml(data.value);
|
return escapeHtml(data.value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue