Subject: | XML tag "title" incorrectly spelt as "titel" |
Line 325 of FreeDB.pm has xml tag title spelt incorrectly:
print "\t<titel>".ascii2xml($disc{cdname})."</titel>\n";
should read:
print "\t<title>".ascii2xml($disc{cdname})."</title>\n";
I'm pedantic... what can I say ;)
Warmest regards,
Geoff.