[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - index_html.pt:1.8
Tres Seaver
tseaver@zope.com
Tue, 30 Oct 2001 20:17:52 -0500
Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv29943
Modified Files:
index_html.pt
Log Message:
- Revert accidental commit of demoware hack.
=== Products/CMFDecor/skins/zpt_generic/index_html.pt 1.7 => 1.8 ===
tal:content="here/Title">Document Title</h1>
- <span id="DesktopDescription" tal:content="here/Description">
+ <div id="DesktopDescription" tal:content="here/Description">
Document Description goes here.
- </span>
+ </div>
</div>