in reply to HTML::Scrubber stripping hrefs when I don't want it to
# allow href $scrubber->default(1,{'href'=> 1}); # or allow all tag attributes $scrubber->default(1,{'*'=> 1}); [download]