Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Tidy CPAN distribution.

Report information
The Basics
Id: 39930
Status: resolved
Priority: 0/
Queue: HTML-Tidy

People
Owner: Nobody in particular
Requestors: adeshpande [...] novator.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Missing quote problem with HTML::Tidy
Date: Thu, 09 Oct 2008 15:27:22 -0400
To: bug-HTML-Tidy [...] rt.cpan.org
From: Anjali Deshpande <adeshpande [...] novator.com>
Hello, I tried the following script to tidy HTML that has missing end-quote and got an incorrect answer. use strict; use warnings; use HTML::Tidy; my $html="<a href=\"mailto:test\@test.net><font size=4>Email Us</a>"; my $tidy = HTML::Tidy->new(); my $clean = $tidy->clean($html); print "Clean HTML:\n---------------------------\n$clean\n"; I am using HTML-Tidy-1.08 <http://search.cpan.org/%7Epetdance/HTML-Tidy-1.08/>, Perl version 5.8.8 on Debian Thanks, Anjali
Please try this again with HTML::Tidy 1.54. If it fails, please report it to the new bug tracker at http://github.com/petdance/html-tidy/issues