Quote:
Originally Posted by nrapallo
tompe:
I couldn't find where the line endings were being stripped and replaced with spaces. Since the text feed to HTML::TreeBuilder had no HTML tags, would that be the culprit?
|
Yes, the output from TreeBuilder does not contain line breaks but that is as it should be. The concept of line break does not exist in HTML. Do you want a line break you should add <br/>.