mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-03 23:45:51 +00:00
ui: remove unnecessary Ext.htmlEncode call
The Ext.htmlEncode call is unnecessary, it is already called in Markdown.parse. Signed-off-by: Gabriel Goller <g.goller@proxmox.com> Link: https://lore.proxmox.com/20241210161358.385845-1-g.goller@proxmox.com
This commit is contained in:
parent
254169f622
commit
a7a28c4d95
@ -25,9 +25,7 @@ Ext.define('PBS.LoginView', {
|
||||
Ext.create('Proxmox.window.ConsentModal', {
|
||||
autoShow: true,
|
||||
consent: Proxmox.Markdown.parse(
|
||||
Ext.htmlEncode(
|
||||
Proxmox.Utils.base64ToUtf8(Proxmox.consentText),
|
||||
),
|
||||
Proxmox.Utils.base64ToUtf8(Proxmox.consentText),
|
||||
),
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user