Subject: | typo in HTML::Lint::HTML4 |
There is a typo in the list of elements: 'addresss' should be 'address'. Just a very small bug fix. :-)
Patch attached, just in case.
-Dom
--- /usr/local/share/perl/5.6.1/HTML/Lint/HTML4.pm 2002-08-22 22:57:57.000000000 +0100
+++ HTML4.pm 2002-09-02 12:18:19.000000000 +0100
@@ -38,7 +38,7 @@
(map { $_=>hash(@std) } (@physical, @content) ),
a => hash( @std, qw( accesskey charset coords href hreflang name onblur onfocus rel rev shape tabindex target type ) ),
- addresss => hash( @std ),
+ address => hash( @std ),
applet => hash( @std ),
area => hash( @std, qw( accesskey alt coords href nohref onblur onfocus shape tabindex target ) ),
base => hash( qw( href target ) ),