mirror of https://github.com/apache/cloudstack.git
CS-16197: cloudstack UI - Tags - output encoding.
This commit is contained in:
parent
80ad7dd930
commit
c99a3c6ee9
|
|
@ -88,7 +88,7 @@
|
|||
},
|
||||
tagItem: function(title, onRemove, data) {
|
||||
var $li = $('<li>');
|
||||
var $label = $('<span>').addClass('label').html(title);
|
||||
var $label = $('<span>').addClass('label').html(_s(title));
|
||||
var $remove = $('<span>').addClass('remove').html('X');
|
||||
|
||||
$remove.click(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue