[kupu-checkins] r42278 - kupu/trunk/kupu/plone/kupu_plone_layer

limi at codespeak.net limi at codespeak.net
Tue Apr 24 02:41:12 CEST 2007


Author: limi
Date: Tue Apr 24 02:41:12 2007
New Revision: 42278

Modified:
   kupu/trunk/kupu/plone/kupu_plone_layer/emptypage.pt
Log:
Updating the ID to reflect the change in http://dev.plone.org/plone/ticket/6465 — the ID on the tag in Kupu's template didn't exist prior to the 1.4 release anyway, so shouldn't cause any problems. Will need a release to go with the Plone 3.0 beta2, though - sorry about that. Trying to restore some sanity here. :)

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/emptypage.pt
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/emptypage.pt	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/emptypage.pt	Tue Apr 24 02:41:12 2007
@@ -21,7 +21,7 @@
           tail python:test(folderish, '/', '');"
         tal:attributes="href string:${request/URL1}${tail}" />
   </head>
-  <body class="kupu documentContent" id="region-content">
+  <body class="kupu documentContent" id="content">
 
    <tal:comment replace="nothing">    
       This template is an empty placeholder, used for loading contents


More information about the kupu-checkins mailing list