From c99a3c6ee9a67b5da68f1cc516c297e9522f0d3c Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 27 Sep 2012 16:15:29 -0700 Subject: [PATCH] CS-16197: cloudstack UI - Tags - output encoding. --- ui/scripts/ui/widgets/tagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui/widgets/tagger.js b/ui/scripts/ui/widgets/tagger.js index 53dd51566a2..f996f33d349 100644 --- a/ui/scripts/ui/widgets/tagger.js +++ b/ui/scripts/ui/widgets/tagger.js @@ -88,7 +88,7 @@ }, tagItem: function(title, onRemove, data) { var $li = $('
  • '); - var $label = $('').addClass('label').html(title); + var $label = $('').addClass('label').html(_s(title)); var $remove = $('').addClass('remove').html('X'); $remove.click(function() {