Subject: | as_text replaces /<br>/ with "", but a whitespace char would be better |
hi --
An as_text() call against
Sat 06/10/07<br>20:00
should produce something like
'Sat 06/10/07 20:00'
(or maybe with a \n.) instead it produces
'Sat 06/10/0720:00'
see http://rt.cpan.org/Ticket/Display.html?id=29799 for a bug report
against Web::Scraper that provides a demo. (that module's maintainer
indicated that this output was generated by the as_text method of
HTML::Element.)