mirror of https://github.com/apache/cloudstack.git
display translation labels as html instead of plain text (#2814)
This commit is contained in:
parent
21c0225921
commit
68a6af44b9
|
|
@ -1759,7 +1759,7 @@
|
|||
// Translate labels on the fly
|
||||
$.each($.find('translate[key]'), function(idx, elem) {
|
||||
var key = $(elem).attr('key');
|
||||
$(elem).text(translate(key));
|
||||
$(elem).html(translate(key));
|
||||
});
|
||||
|
||||
// Translate element attributes
|
||||
|
|
|
|||
Loading…
Reference in New Issue