X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FHTML%2FRestrict.pm;h=ad8ff387b54f3acd085c76dc872772025775bf08;hb=9b039e37be3108c90d20d4db36f0a9a54400c800;hp=f30bc87fb1573f268cbedb738133916928ff1f7a;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;p=kivitendo-erp.git 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