siteroot, img spit out bad html...
Hi, hope this hasn't already been covered. My siteroot prints out the following: <base href="http://www.bitmap.net/" /> Similarly, images come out: <img src="http://www.bitmap.net/title_png" alt="root title" height="44" width="274" /> Both have a pesky '/>' at the end. That slash is not syntactically correct. How do I get rid of it? graham.
On Thu, 1 Mar 2001, Graham Bakay wrote:
My siteroot prints out the following: <base href="http://www.bitmap.net/" />
Similarly, images come out: <img src="http://www.bitmap.net/title_png" alt="root title" height="44" width="274" />
Both have a pesky '/>' at the end. That slash is not syntactically correct. How do I get rid of it?
It is by desing. '/' is added to be XML-compliant. Your whole document may not be XHTML (XHTML is a redefinition of HTML as an XML application), however Zope helps you being XML-compliant by generating this '/' (it is needed by XML specification at the end of empty tags - like "base", "img"). I think it won't break any browser. ololo@zeus.polsl.gliwice.pl, oleks@helper.pl, ICQ#: 108588073 o-----------------------------------------------------------o (c) All rights reversed
participants (2)
-
Aleksander Salwa -
Graham Bakay