projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2384d94
)
POD Syntaxfehler
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 9 May 2014 14:28:11 +0000
(16:28 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 9 May 2014 14:28:11 +0000
(16:28 +0200)
SL/HTML/Restrict.pm
patch
|
blob
|
history
diff --git
a/SL/HTML/Restrict.pm
b/SL/HTML/Restrict.pm
index
f30bc87
..
ad8ff38
100644
(file)
--- 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