From: BenoƮt Pin <benoit.pin@gmail.com>
Date: Sun, 2 Mar 2014 16:04:41 +0000 (+0100)
Subject: 2 bricoles.
X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/71dabee8e958969a62c346709f25eddde22418b2

2 bricoles.
---

diff --git a/skins/custom_generic/expanded_title.py b/skins/custom_generic/expanded_title.py
index 7c8301d..65827f8 100644
--- a/skins/custom_generic/expanded_title.py
+++ b/skins/custom_generic/expanded_title.py
@@ -6,6 +6,6 @@ site_title = context.portal_url.getPortalObject().title_or_id()
 page_title = context.Title() or context.getId()
 
 if page_title != site_title:
-	page_title = site_title + ": " + page_title
+	page_title = site_title + " : " + page_title
 
 return page_title
diff --git a/skins/custom_generic/main_template_standard.pt b/skins/custom_generic/main_template_standard.pt
index 9d22950..18f0461 100755
--- a/skins/custom_generic/main_template_standard.pt
+++ b/skins/custom_generic/main_template_standard.pt
@@ -83,7 +83,7 @@
     </head>
 
     <body>
-      <div id="main_wrapper">
+      <div id="main-wrapper">
         <span style="display:none">
           <span id="Portal_URL" tal:content="portal_url"></span>
           <span id="ajax_config"  tal:content="python:request.get('ajaxConfig', request.SESSION.get('ajaxConfig', portal_object.getProperty('ajax_config')))"></span>