From 5a4701e66c8eaad76e394c57aa29b28c34be7ae5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 15 Aug 2007 03:30:02 +0100 Subject: [PATCH] tagwall: enable a target attribute --- tw/filter-setup/paranoya.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tw/filter-setup/paranoya.php b/tw/filter-setup/paranoya.php index 89a05883..58691157 100644 --- a/tw/filter-setup/paranoya.php +++ b/tw/filter-setup/paranoya.php @@ -10,6 +10,7 @@ "href" => array( TW_RQ_URL ), // value is required url "name" => array( TW_RQ_LINK ), // value is link (link+href combination must be fixed in base) "title" => null, + "target" => null, ), "hr" => null, // without attributes -- 2.39.2