[ZPT] CVS: Packages/TAL - test9.html:1.3
guido@digicool.com
guido@digicool.com
Mon, 26 Mar 2001 11:48:34 -0500 (EST)
Update of /cvs-repository/Packages/TAL/test/output
In directory korak:/tmp/cvs-serv14727/test/output
Modified Files:
test9.html
Log Message:
Change in HTMLParser API: attributes without a value (e.g. <img
ismap>) pass None for the value instead of the attribute name. This
is then used to generate the same output, rather than <img
ismap="ismap">). Includes tests.
--- Updated File test9.html in package Packages/TAL --
--- test9.html 2001/03/16 22:15:41 1.2
+++ test9.html 2001/03/26 16:48:33 1.3
@@ -10,7 +10,7 @@
<ol>
<li>second list, first item</li>
<li>second list, second item
- <dl compact="compact">
+ <dl compact>
<dt>term 1</dt>
<dt>term 2</dt>
<dd>definition</dd>