21 Jun
2005
21 Jun
'05
4:07 p.m.
--On 21. Juni 2005 11:58:52 -0400 Fred Drake <fdrake@gmail.com> wrote:
On 6/21/05, John Poltorak <jp@warpix.org> wrote:
Is there anything wrong with this ZPT code sample?
http://www.zopemag.com/Issue003/Section_Articles/article_ZPTintro_code.h tml
I get this error message when trying to save it:-
HTMLParser.HTMLParseError: malformed start tag, at line 8, column 37
The cited line contains a typo; it uses "<" instead of ">" to end a tag.
...which is obvious when you look in line 8 carefully. -aj