diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-15 03:30:02 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-15 03:30:02 +0100 |
| commit | 5a4701e66c8eaad76e394c57aa29b28c34be7ae5 (patch) | |
| tree | 403419ac2ecdf787be879beaffd61fbf4291d47b | |
| parent | 201b7ac63ea2d495c5c1131aecc70e4315b02369 (diff) | |
tagwall: enable a target attribute
| -rw-r--r-- | tw/filter-setup/paranoya.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/filter-setup/paranoya.php b/tw/filter-setup/paranoya.php index 89a05883a..586911573 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
|