Merge pull request #2785 from ONLYOFFICE/fix/bugfix

Fix Bug 65881
This commit is contained in:
Julia Radzhabova
2024-01-15 15:58:14 +03:00
committed by GitHub

View File

@ -290,7 +290,7 @@ define([
'<% _.each(items, function(item) { %>',
'<li id="<%= item.id %>" data-value="<%= item.value %>"><a tabindex="-1" type="menuitem">',
'<div style="position: relative;"><div class="display-value"><%= scope.getDisplayValue(item) %></div>',
'<div class="example-val"><%= item.exampleval ? item.exampleval : "" %></div>',
'<div class="example-val"><%= item.exampleval ? Common.Utils.String.htmlEncode(item.exampleval) : "" %></div>',
'</div></a></li>',
'<% }); %>',
'<li class="divider">',