On Tue, Jun 21, 2005 at 06:07:36PM +0200, Andreas Jung wrote:
--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.
It may well be obvious to anyone familiar with these things, but when you are struggling to understand them, the last thing you need when you are going through the most basic example is a typo in the example itself. I keep wondering whether ZOPE is sponsored by wig makers...
-aj
-- John