display translation labels as html instead of plain text (#2814)

This commit is contained in:
ernjvr 2018-08-20 10:06:24 +02:00 committed by dahn
parent 21c0225921
commit 68a6af44b9
1 changed files with 1 additions and 1 deletions

View File

@ -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