From 71dabee8e958969a62c346709f25eddde22418b2 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Beno=C3=AEt=20Pin?= <benoit.pin@gmail.com>
Date: Sun, 2 Mar 2014 17:04:41 +0100
Subject: [PATCH] 2 bricoles.

---
 skins/custom_generic/expanded_title.py         | 2 +-
 skins/custom_generic/main_template_standard.pt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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>
-- 
2.20.1