[Zope3-checkins] CVS: Zope3/src/zope/app/browser - undo_log.pt:1.4
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 14:43:33 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv32346
Modified Files:
undo_log.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/undo_log.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/undo_log.pt:1.3 Wed Jun 25 13:12:15 2003
+++ Zope3/src/zope/app/browser/undo_log.pt Wed Jun 25 14:43:02 2003
@@ -3,7 +3,7 @@
<head>
<title>Undo Title</title>
-<link rel="stylesheet" type="text/css" href="/manage_page_style.css">
+<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />
</head>
<body>
@@ -102,7 +102,7 @@
</div>
-<tr><td><input type="submit" value="Undo"></td></tr>
+<tr><td><input type="submit" value="Undo" /></td></tr>
</table>
</form>