mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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: {
|
||||
title: 'Content',
|
||||
create: true
|
||||
create: true,
|
||||
display: function (data) {
|
||||
return escapeHtml(data.value);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue