mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 10:26:16 +01:00 
			
		
		
		
	fix: label shall only allow to show text instead of html content
This commit is contained in:
		| @@ -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(); | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user