[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/field
- control.pt:1.3
Gary Poster
gary@modernsongs.com
Wed, 25 Jun 2003 15:02:25 -0400
This is a great thing to do. I have a niggle. For a bit more backwards
browser compatibility, would you make sure that our singleton tags have
a space before the close, i.e.
<br />
not
<br/>?
http://www.w3.org/TR/xhtml1/#guidelines C.2.
Thanks
Gary
Philipp von Weitershausen wrote:
> Update of /cvs-repository/Zope3/src/zope/app/browser/index/field
> In directory cvs.zope.org:/tmp/cvs-serv32346/index/field
>
> Modified Files:
> control.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/index/field/control.pt 1.2 => 1.3 ===
> --- Zope3/src/zope/app/browser/index/field/control.pt:1.2 Mon Jun 23 12:44:38 2003
> +++ Zope3/src/zope/app/browser/index/field/control.pt Wed Jun 25 14:43:05 2003
> @@ -8,7 +8,7 @@
>
> <div metal:fill-slot="body">
>
> - <h1><br>FieldIndex</h1>
> + <h1><br/>FieldIndex</h1>
>
> <p class="form-help">
> This page lets you control a field index, which is used to
>
>
> _______________________________________________
> Zope3-Checkins mailing list
> Zope3-Checkins@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-checkins
>
>