From 237faf059f35065bffe17b4a49715d66da8a4175 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Sun, 3 Dec 2017 18:15:08 +0100 Subject: [PATCH] AttrHTML: Typo im POD --- SL/DB/Helper/AttrHTML.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => [ '/' ] }, -- 2.20.1