Message42477
| Author | fantoozler |
|---|---|
| Recipients | |
| Date | 2003-01-28.22:35:00 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES
user_id=690612
You will get a sequence of:
handle_starttag("script")
handle_comment("some-javascript-code")
handle_endtag("script")
whereas before the sequence was:
handle_starttag("script")
handle_data("<!-- ... some-javascript-code ... //-->")
handle_endtag("script") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:19:55 | admin | link | issue670664 messages |
| 2007-08-23 15:19:55 | admin | create | |