From 2d3f116c60aab7b9e33829a6a01b4574ca557dd2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 May 2007 02:45:17 +0100 Subject: tagwall: do not limit img width/height --- tw/filter-setup/paranoya.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tw') 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 +?> -- cgit v1.2.3