This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 68a6af4  display translation labels as html instead of plain text 
(#2814)
68a6af4 is described below

commit 68a6af44b9a589da8f4723c04c1a71f75940d05a
Author: ernjvr <[email protected]>
AuthorDate: Mon Aug 20 10:06:24 2018 +0200

    display translation labels as html instead of plain text (#2814)
---
 ui/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/index.html b/ui/index.html
index 5003f00..6b3eef8 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -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

Reply via email to