From 5a1759f59996968ecac447e9613d4b9a88b79ad5 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 8 Jun 2009 11:44:35 +0000
Subject: [PATCH] preferred_html_style_developper_modeper_mode should be 0 by
 default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27408 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_preferences/default_site_preference.xml              | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/revision                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
index 9f8230c010..6492156498 100644
--- a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
+++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
@@ -288,7 +288,7 @@ It\'s the lowest priority one; ie. managers can create higher priority preferenc
         </item>
         <item>
             <key> <string>preferred_html_style_developper_mode</string> </key>
-            <value> <int>1</int> </value>
+            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>preferred_html_style_translator_mode</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 35c53b694e..904b8f9f1c 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1221
\ No newline at end of file
+1222
\ No newline at end of file
-- 
2.30.9