X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2384d9455b3b2b0e47f6c0f0cb631573af0dba0d..51a0ea44fe475a940f9300326d3a29a44db123fe:/SL/HTML/Restrict.pm diff --git a/SL/HTML/Restrict.pm b/SL/HTML/Restrict.pm index f30bc87fb..ad8ff387b 100644 --- a/SL/HTML/Restrict.pm +++ b/SL/HTML/Restrict.pm @@ -28,7 +28,7 @@ SL::HTML::Restrict - Restrict HTML tags to set of allowed tags my $cleaner = SL::HTML::Restrict->create; my $cleaned = $cleaner->process($unsafe_html); -=head1 +=head1 DESCRIPTION Often you want to allow a fixed set of well-known HTML tags to be used – but nothing else. This is a thin wrapper providing a default set of