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:
34e4daa
)
AttrHTML: Typo im POD
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Sun, 3 Dec 2017 17:15:08 +0000
(18:15 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Sun, 3 Dec 2017 17:15:08 +0000
(18:15 +0100)
SL/DB/Helper/AttrHTML.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Helper/AttrHTML.pm
b/SL/DB/Helper/AttrHTML.pm
index
b5471e0
..
b914e43
100644
(file)
--- a/
SL/DB/Helper/AttrHTML.pm
+++ b/
SL/DB/Helper/AttrHTML.pm
@@
-67,7
+67,7
@@
all/restricting to wanted HTML tags in columns
# In a Rose model:
use SL::DB::Helper::AttrHTML;
- __PACKAGE__->attr_
as_
html(
+ __PACKAGE__->attr_html(
'content',
with_stripped => 0,
allowed_tags => { b => [ '/' ], i => [ '/' ] },