diff options
Diffstat (limited to 'www/p5-HTML-Scrubber/pkg-descr')
-rw-r--r-- | www/p5-HTML-Scrubber/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Scrubber/pkg-descr b/www/p5-HTML-Scrubber/pkg-descr index 1242990a14c3..645550865b31 100644 --- a/www/p5-HTML-Scrubber/pkg-descr +++ b/www/p5-HTML-Scrubber/pkg-descr @@ -1,10 +1,10 @@ -HTML::Scrubber - Perl extension for scrubbing/sanitizing html. If you wanna -"scrub" or "sanitize" html input in a reliable an flexible fashion, then +HTML::Scrubber - Perl extension for scrubbing/sanitizing html. If you wanna +"scrub" or "sanitize" html input in a reliable an flexible fashion, then this module is for you. -When a tag is encountered, HTML::Scrubber allows/denies the tag using the -explicit rule if one exists. If no explicit rule exists, Scrubber applies -the default rule. If an explicit rule exists, but it's a simple rule(1), +When a tag is encountered, HTML::Scrubber allows/denies the tag using the +explicit rule if one exists. If no explicit rule exists, Scrubber applies +the default rule. If an explicit rule exists, but it's a simple rule(1), the default attribute rule is applied. WWW: http://search.cpan.org/dist/HTML-Scrubber/ |