diff --git a/bundles/AdminBundle/Resources/public/js/pimcore/document/seopanel.js b/bundles/AdminBundle/Resources/public/js/pimcore/document/seopanel.js index ffb43821530..9b5394887a9 100644 --- a/bundles/AdminBundle/Resources/public/js/pimcore/document/seopanel.js +++ b/bundles/AdminBundle/Resources/public/js/pimcore/document/seopanel.js @@ -74,14 +74,17 @@ pimcore.document.seopanel = Class.create({ xtype: 'treecolumn', text: t("name"), dataIndex: 'text', + renderer: Ext.util.Format.htmlEncode, width: 300 },{ text: t("pretty_url"), dataIndex: 'prettyUrl', + renderer: Ext.util.Format.htmlEncode, width: 180 },{ text: t("title"), dataIndex: 'title', + renderer: Ext.util.Format.htmlEncode, width: 230 },{ text: t("length"), @@ -90,6 +93,7 @@ pimcore.document.seopanel = Class.create({ },{ text: t("description"), dataIndex: 'description', + renderer: Ext.util.Format.htmlEncode, width: 400 },{ text: t("length"),