]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/SecurityGroupSelector.js
htmlEncode some comment fields
[pve-manager.git] / www / manager6 / form / SecurityGroupSelector.js
index c3a42dc4c967f5e27d0c0736fdd3d43b9cb9fb10..b805c291dca9bdf8cfe36df40a9d2e813733cdb1 100644 (file)
@@ -33,7 +33,8 @@ Ext.define('PVE.form.SecurityGroupsSelector', {
                    },
                    {
                        header: gettext('Comment'),  
-                       dataIndex: 'comment', 
+                       dataIndex: 'comment',
+                       renderer: Ext.String.htmlEncode,
                        flex: 1
                    }
                ]