[Zope3-checkins] CVS: Zope3/src/zope/app/browser/dublincore - edit.pt:1.4

Philipp von Weitershausen philikon@philikon.de
Wed, 25 Jun 2003 17:19:22 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/dublincore
In directory cvs.zope.org:/tmp/cvs-serv30573/dublincore

Modified Files:
	edit.pt 
Log Message:
Added a space before the / in singleton tags, following the W3C
compatability guidelines (http://www.w3.org/TR/xhtml1/#guidelines).
Thanks to Gary for pointing this out.


=== Zope3/src/zope/app/browser/dublincore/edit.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/dublincore/edit.pt:1.3	Thu Mar 27 07:51:46 2003
+++ Zope3/src/zope/app/browser/dublincore/edit.pt	Wed Jun 25 17:18:51 2003
@@ -24,12 +24,12 @@
       <p>
        Created: 
        <span tal:replace="data/created">2000-01-01 01:01:01</span>
-       <br/>
+       <br />
        Content Last Modified: 
        <span tal:replace="data/modified">2000-01-01 01:01:01</span>
-       <br/>
+       <br />
        <span tal:repeat="creator data/creators">
-        Creator: <span tal:replace="creator">Bart Simpson</span> <br/>
+        Creator: <span tal:replace="creator">Bart Simpson</span> <br />
         </span>
       </p>