From: Andrew Dolgov Date: Sun, 20 May 2007 01:45:17 +0000 (+0100) Subject: tagwall: do not limit img width/height X-Git-Tag: 1.2.11~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2d3f116c60aab7b9e33829a6a01b4574ca557dd2;p=tt-rss.git tagwall: do not limit img width/height --- diff --git a/tw/filter-setup/paranoya.php b/tw/filter-setup/paranoya.php index 0795c775..35d2b178 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 +?>