[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - add.pt:1.9

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


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

Modified Files:
	add.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/container/add.pt 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/container/add.pt:1.8	Wed Jun 25 14:43:03 2003
+++ Zope3/src/zope/app/browser/container/add.pt	Wed Jun 25 17:18:50 2003
@@ -31,7 +31,7 @@
     </tr>
 
   <tr>
-    <td><br/></td>
+    <td><br /></td>
     <td>
         <input type="text" name="id"
                tal:condition="view/namesAccepted"