POD Syntaxfehler
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 9 May 2014 14:28:11 +0000 (16:28 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 9 May 2014 14:28:11 +0000 (16:28 +0200)
SL/HTML/Restrict.pm

index f30bc87..ad8ff38 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