]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager/form/IPRefSelector.js
add htmlEncode to various comment/description fields
[pve-manager.git] / www / manager / form / IPRefSelector.js
index a017e15d8abfc2cf03b9c467b94fbd95791e2501..5222604e3d03e8b52d753b0103d07d3fbedaf91e 100644 (file)
@@ -64,6 +64,7 @@ Ext.define('PVE.form.IPRefSelector', {
            {
                header: gettext('Comment'),  
                dataIndex: 'comment', 
+               renderer: Ext.String.htmlEncode,
                flex: 1
            }
        ]);