diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml index 9c725ff15fcafaecb9055f16f04cde021c72b806..0458a51bbeae935416f9ba20d94d00c23393ebd0 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml @@ -90,10 +90,10 @@ IDEAS:\n </tal:block>\n </tal:block>\n </tal:block>\n - <tal:block tal:repeat="css python: {}.fromkeys(css_list).keys()">\n + <tal:block tal:repeat="css python: css_list">\n <link tal:attributes="href css" type="text/css" rel="stylesheet" />\n </tal:block>\n - <tal:block tal:repeat="js python: {}.fromkeys(js_list).keys()">\n + <tal:block tal:repeat="js python: js_list">\n <script tal:attributes="src js" type="text/javascript"></script>\n </tal:block>\n <link rel="icon" tal:attributes="href string:${portal_path}/favicon.ico" type="image/x-icon" />\n