[Expat-CVS] expat/doc reference.html,1.25,1.26 style.css,1.3,1.4
Fred L. Drake
fdrake@users.sourceforge.net
Mon Aug 26 10:28:02 2002
Update of /cvsroot/expat/expat/doc
In directory usw-pr-cvs1:/tmp/cvs-serv8854
Modified Files:
reference.html style.css
Log Message:
Fix XHTML well-formedness and validity.
Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- reference.html 26 Aug 2002 17:19:41 -0000 1.25
+++ reference.html 26 Aug 2002 17:27:28 -0000 1.26
@@ -1667,12 +1667,12 @@
<p>The return value is an array of strings, terminated by NULL,
identifying the feature-test macros Expat was compiled with. Common
features which may be found in this list include
-<code>"XML_DTD"</code> and <code>"XML_UNICODE"</code>.
+<code>"XML_DTD"</code> and <code>"XML_UNICODE"</code>.</p>
</div>
<hr />
<p><a href="http://validator.w3.org/check/referer"><img
src="valid-xhtml10.png" alt="Valid XHTML 1.0!"
- border="0" height="31" width="88" /></a></p>
+ height="31" width="88" class="noborder" /></a></p>
</body>
</html>
Index: style.css
===================================================================
RCS file: /cvsroot/expat/expat/doc/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 8 Aug 2002 20:37:11 -0000 1.3
+++ style.css 26 Aug 2002 17:27:29 -0000 1.4
@@ -2,6 +2,10 @@
background-color: white
}
+.noborder {
+ border-width: 0px;
+}
+
.eg {
padding-left: 1em;
padding-top: .5em;