]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/HTML/Restrict.pm
POD Syntaxfehler
[kivitendo-erp.git] / SL / HTML / Restrict.pm
index f30bc87fb1573f268cbedb738133916928ff1f7a..ad8ff387b54f3acd085c76dc872772025775bf08 100644 (file)
@@ -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