[Zope3-Users] Problem with XHTML in Pagetemplates
Frank Burkhardt
fbo2 at gmx.net
Mon Mar 6 04:52:19 EST 2006
Hi,
On Fri, Mar 03, 2006 at 11:35:58PM +0000, Peter Bengtsson wrote:
>
> On 3 Mar 2006, at 14:08, Frank Burkhardt wrote:
>
> >Hi,
> >
> >I try to create XHTML documents from Pagetemplates but unfortunately
> >tags are not always closed correctly. Example:
> >
> > <br />
> >
> >is Rewritten to
> >
> > <br>
> >
> How did you do that?
> Are you sure you haven't just used View selections source in Firefox?
It was really a firefox problem. When I chose to save the webpage for
uploading it to the w3c-validator, firefox replaced some tags invalidating
the xhtml. The page fetched by wget was fine.
Thank you Peter,
Frank
More information about the Zope3-users
mailing list