Subject: | Last word is lost |
If you use HTML::Parser die parse a text without opening/end tag (like <html>text</html>), the last word of the text is lost. Workaround: Set a dummy tag around the text. Easy to workaround, but cost me much time to find and handle this bug. Should be fixed.