[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/interface - detail.pt:1.3

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


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

Modified Files:
	detail.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/services/interface/detail.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/interface/detail.pt:1.2	Tue Jun 24 11:39:22 2003
+++ Zope3/src/zope/app/browser/services/interface/detail.pt	Wed Jun 25 14:43:09 2003
@@ -36,8 +36,8 @@
 
     <ul>
     <li tal:repeat="reg service/registrations">
-        <emph tal:content="reg/status">status</emph>
-        <strong tal:content="reg/usageSummary">usage</strong><br>
+        <em tal:content="reg/status">status</em>
+        <strong tal:content="reg/usageSummary">usage</strong><br/>
 	<span tal:content="reg/implementationSummary">impl</span>
     </li>
     </ul>