Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/HTML/Scrubber.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package HTML::Scrubber;
If you want to "scrub" or "sanitize" html input in a reliable and flexible
fashion, then this module is for you.

I wasn't satisfied with L<HTML::Sanitizer> because it is based on
I wasn't satisfied with C<HTML::Sanitizer> because it is based on
L<HTML::TreeBuilder>, so I thought I'd write something similar that works
directly with L<HTML::Parser>.

Expand Down Expand Up @@ -718,7 +718,7 @@ If you have L<Test::Inline> (and you've installed L<HTML::Scrubber>), try

L<HTML::Parser>, L<Test::Inline>.

The L<HTML::Sanitizer> module is no longer available on CPAN.
The C<HTML::Sanitizer> module is no longer available on CPAN.

=head1 VERSION REQUIREMENTS

Expand Down