From: Bernd Bleßmann Date: Sun, 3 Dec 2017 17:15:08 +0000 (+0100) Subject: AttrHTML: Typo im POD X-Git-Tag: release-3.5.4~614 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=237faf059f35065bffe17b4a49715d66da8a4175;p=kivitendo-erp.git AttrHTML: Typo im POD --- diff --git a/SL/DB/Helper/AttrHTML.pm b/SL/DB/Helper/AttrHTML.pm index b5471e09a..b914e4324 100644 --- 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 => [ '/' ] },