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