X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FAttrHTML.pm;h=b914e432468f145434ba2214b1862567aa7af028;hb=f8b23396dfa8e2c064c025f2b2786366ba3908af;hp=b5471e09aae33665152d2eaec72c39217284b11c;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;p=kivitendo-erp.git 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 => [ '/' ] },