summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-20 02:45:17 +0100
committerAndrew Dolgov <[email protected]>2007-05-20 02:45:17 +0100
commit2d3f116c60aab7b9e33829a6a01b4574ca557dd2 (patch)
tree2587a86f04b21bebedfebe338e2f261f0a8f4f3b /tw
parent546ffab4aae87668cade54be9132bc39e35d5670 (diff)
tagwall: do not limit img width/height
Diffstat (limited to 'tw')
-rw-r--r--tw/filter-setup/paranoya.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tw/filter-setup/paranoya.php b/tw/filter-setup/paranoya.php
index 0795c7755..35d2b1786 100644
--- a/tw/filter-setup/paranoya.php
+++ b/tw/filter-setup/paranoya.php
@@ -15,8 +15,8 @@
"hr" => null, // without attributes
"br" => null,
"img" => array(
- "width" => array( TW_NUM, 80, 60, 120 ), // 80 - default, number must be in range <60,120>
- "height"=> array( TW_NUM, 80, 60, 120 ),
+ "width" => array( TW_NUM ), // 80 - default, number must be in range <60,120>
+ "height"=> array( TW_NUM ),
"src" => array( TW_RQ_URL ),
"title" => null,
"border"=> array( TW_RQ_NUM, 0, 0, 0),
@@ -56,4 +56,4 @@
"dt" => null,
"dd" => null,
);
-?> \ No newline at end of file
+?>