From 912c6e7a91df6549532a401d4a004c83de18f82a Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Tue, 12 Jun 2007 16:49:20 +0000
Subject: [PATCH] Define default js_list to [] so that erp5_xhtml_style does
 not try to set it to erp5_xhtml_appearance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14795 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_web_default_theme/template_erp5_web.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/template_erp5_web.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/template_erp5_web.xml
index 1dc03449f1..ea8530a9f6 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/template_erp5_web.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_default_theme/template_erp5_web.xml
@@ -79,8 +79,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                        global css_list_template python:[\'%s/erp5_web.css\' % portal_path,\n
                               \'%s/erp5_web_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
                               \'%s/erp5_web_admin_toolbox.css\' % portal_path,\n
-                              \'%s/template_erp5_web.css\' % portal_path,\n
-]">\n
+                              \'%s/template_erp5_web.css\' % portal_path,];\n
+                        global js_list python:[]">\n
   <tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
     <tal:block metal:fill-slot="layout"\n
                tal:define="dummy  python: request.set(\'editable_mode\', True)">\n
-- 
2.30.9