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 +?>