[Zope3-checkins] CVS: Zope3/src/zope/app/browser/workflow - useprocessdefinitionconfig.pt:1.2

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


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

Modified Files:
	useprocessdefinitionconfig.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/workflow/useprocessdefinitionconfig.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/workflow/useprocessdefinitionconfig.pt:1.1	Thu May  8 13:27:17 2003
+++ Zope3/src/zope/app/browser/workflow/useprocessdefinitionconfig.pt	Wed Jun 25 14:43:11 2003
@@ -17,7 +17,9 @@
       </li>
     </ul>
 
-    <p><a href="addConfiguration.html">Add a configuration for this process definition</a>
+    <p><a href="addConfiguration.html">
+      Add a configuration for this process definition
+    </a></p>
 
   </div>
 </body>