Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the link to HTML::Sanitizer #4

Merged
merged 2 commits into from
Mar 14, 2015
Merged

Commits on Jan 5, 2015

  1. Removed the link to HTML::Sanitizer

    The link was broken. It was replaced by an explanation that the HTML::Sanitizier is
    no longer on CPAN.
    avereha committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    2e0e332 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2015

  1. Removed circular reference

    The delete of the circular reference at DESTROY was replaced with a weaken call.
    That way, we removed the circular reference and we  can test that there are no
    other circular refences.
    avereha committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    4737705 View commit details
    Browse the repository at this point in the history