From: Sven Schöling Date: Fri, 9 May 2014 14:28:11 +0000 (+0200) Subject: POD Syntaxfehler X-Git-Tag: release-3.2.0beta~459 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=51a0ea44fe475a940f9300326d3a29a44db123fe;p=kivitendo-erp.git POD Syntaxfehler --- 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