def clean_attributes()

in readability/cleaners.py [0:0]


def clean_attributes(html):
    while htmlstrip.search(html):
        html = htmlstrip.sub("<\\1\\2>", html)
    return html