mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user