module Sanitize::Config
class Sanitize
sanitize
1.2.0.dev.20091104
# clean
def clean(html) dupe = html.dup clean!(dupe) || dupe end