[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.30

Philipp von Weitershausen philikon@philikon.de
Wed, 25 Jun 2003 14:43:42 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv32346/skins/rotterdam

Modified Files:
	template.pt 
Log Message:
More XHTML compliance ("xhtml gheddon"?). Files were validated running
the following command (using the xmllint command line tool from
http://xmlsoft.org/)::

  find . -name "*pt" -exec xmllint --noout --dtdvalid \
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd {} \;

Emacs's grep-find mode can parse this output. Instead of specifying
the URL, one can also download the DTD to speed up the process.


=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.29 => 1.30 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.29	Mon Jun 23 12:56:21 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt	Wed Jun 25 14:43:11 2003
@@ -84,7 +84,7 @@
         <div class="body">
           <div tal:content="structure view/getTopicTree|nothing"
                tal:omit-tag="">content of topicTree</div>
-          <br>
+          <br/>
         </div>
           
       </div>