Skip to content

Commit

Permalink
Item10636: Add a comment to share the knowledge
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@11468 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Apr 15, 2011
1 parent 5d446e2 commit da1743e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML.pm
Expand Up @@ -275,6 +275,10 @@ sub _default {
my ( $this, $event, $text ) = @_;

# Unexpected $event event from HTML::Parser; text contains '$text'
#
# Foswiki:Main.PaulHarvey triggered this assert with some crusty
# HTML containing an '<?i?>' tag. Says CDot: "it means an unrecognised
# construction was used; check the doc of HTML::Parser"
ASSERT(0);
}

Expand Down

0 comments on commit da1743e

Please sign in to comment.