[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/interface - detail.pt:1.4
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 17:19:25 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services/interface
In directory cvs.zope.org:/tmp/cvs-serv30573/services/interface
Modified Files:
detail.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/services/interface/detail.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/interface/detail.pt:1.3 Wed Jun 25 14:43:09 2003
+++ Zope3/src/zope/app/browser/services/interface/detail.pt Wed Jun 25 17:18:53 2003
@@ -37,7 +37,7 @@
<ul>
<li tal:repeat="reg service/registrations">
<em tal:content="reg/status">status</em>
- <strong tal:content="reg/usageSummary">usage</strong><br/>
+ <strong tal:content="reg/usageSummary">usage</strong><br />
<span tal:content="reg/implementationSummary">impl</span>
</li>
</ul>