[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - rdbadd.pt:1.3 rdbconnection.pt:1.3
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 14:43:38 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv32346/rdb
Modified Files:
rdbadd.pt rdbconnection.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/rdb/rdbadd.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/rdb/rdbadd.pt:1.2 Mon Apr 28 15:07:17 2003
+++ Zope3/src/zope/app/browser/rdb/rdbadd.pt Wed Jun 25 14:43:06 2003
@@ -16,7 +16,7 @@
<td>
Template:
dbi://username:password@host:port/dbname;param1=value...<br />
- <input type="text" name="dsn" size="40" value="dbi://dbname">
+ <input type="text" name="dsn" size="40" value="dbi://dbname" />
</td>
</tr>
=== Zope3/src/zope/app/browser/rdb/rdbconnection.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/rdb/rdbconnection.pt:1.2 Wed Mar 12 17:39:16 2003
+++ Zope3/src/zope/app/browser/rdb/rdbconnection.pt Wed Jun 25 14:43:06 2003
@@ -17,7 +17,7 @@
Template:
dbi://username:password@host:port/dbname;param1=value...<br />
<input type="text" name="dsn" size="40" value=""
- tal:attributes="value context/getDSN">
+ tal:attributes="value context/getDSN" />
</td>
</tr>