diff -u Anomy/HTMLCleaner.pm Anomy-list-type/HTMLCleaner.pm --- Anomy/HTMLCleaner.pm 2003-07-07 17:40:05.000000000 -0700 +++ Anomy-list-type/HTMLCleaner.pm 2004-02-09 15:08:00.000000000 -0800 @@ -146,7 +146,7 @@ "meta:name" => [ '^(?i)(author|progid|originator|generator|keywords|description|content-type|pragma|expires)$', 0 ], # mime-type: Not javascript "mime-type" => [ '^(?i)(cite|text/(plain|css|html|xml))$', 0 ], - "list-type" => [ '^(?i)(none,a,i,upper-alpha,lower-alpha,upper-roman,lower-roman,decimal,disc,square,circle,round)$', 0 ], + "list-type" => [ '^(?i)(none|a|i|upper-alpha|lower-alpha|upper-roman|lower-roman|decimal|disc|square|circle|round|1)$', 0 ], "rel" => [ '^(?i)((copyright|author|stylesheet)\s*)+$', 0 ], "rules" => [ '^(?i)(none|groups|rows|cols|all)$', 0 ], "scope" => [ '^(?i)(row|col|rowgroup|colgroup)$', 0 ],