This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author momat
Recipients momat
Date 2009-06-04.07:46:29
SpamBayes Score 0.0223633
Marked as misclassified No
Message-id <1244101614.1.0.195769853623.issue6191@psf.upfronthosting.co.za>
In-reply-to
Content
Of course both are not correct HTML but are easy to guess, so I believe
the parser should not give up too quick here.

1) extra comma between attributes
<form action="/xxx.php?a=1&amp;b=2&amp", method="post">

2) missing closing quotation mark for the first attribute
<a href="http://xxx.org/xxx.php?a=1 target="_blank">click me</a>
History
Date User Action Args
2009-06-04 07:47:02momatsetrecipients: + momat
2009-06-04 07:46:54momatsetmessageid: <1244101614.1.0.195769853623.issue6191@psf.upfronthosting.co.za>
2009-06-04 07:46:47momatlinkissue6191 messages
2009-06-04 07:46:32momatcreate