mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Merge pull request #3544 from artoscinote/ma_SCI_5590
Fixed HTML ampersand display issue [SCI-5590]
This commit is contained in:
commit
95946499a5
1 changed files with 2 additions and 1 deletions
|
|
@ -179,7 +179,8 @@ var RepositoryColumns = (function() {
|
|||
closeOnSelect: true,
|
||||
optionClass: 'custom-option',
|
||||
selectAppearance: 'simple',
|
||||
disableSearch: true
|
||||
disableSearch: true,
|
||||
labelHTML: true
|
||||
});
|
||||
|
||||
dropdownSelector.init('.list-column-type .delimiter', delimiterDropdownConfig);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue