mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
fix: label shall only allow to show text instead of html content
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
This commit is contained in:
parent
a800f03d0a
commit
c8fbc08c63
@ -193,7 +193,7 @@ namespace OS {
|
||||
this._text = v;
|
||||
if (v) {
|
||||
$(this.refs.text).show();
|
||||
$(this.refs.text).html(v.__());
|
||||
$(this.refs.text).text(v.__());
|
||||
} else {
|
||||
$(this.refs.text).hide();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user