mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 22:00:18 +00:00
markdown parser: correctly remove src & href attribute if not valid URL
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e09af56554
commit
28f879c09e
@ -38,7 +38,7 @@ Ext.define('Proxmox.Markdown', {
|
||||
node.attributes.removeNamedItem(name);
|
||||
}
|
||||
} catch (e) {
|
||||
node.attributes[i].removeNamedItem(name);
|
||||
node.attributes.removeNamedItem(name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user