]> git.wh0rd.org - tt-rss.git/commitdiff
tagwall: do not limit img width/height
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 May 2007 01:45:17 +0000 (02:45 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 May 2007 01:45:17 +0000 (02:45 +0100)
tw/filter-setup/paranoya.php

index 0795c7755f25f08de5fa94f87ab4e71679956cb0..35d2b1786ea4d7e4029b85891c55697a29441ea4 100644 (file)
@@ -15,8 +15,8 @@
                "hr"    =>      null,   // without attributes\r
                "br"    =>      null,\r
                "img"   =>      array(\r
-                                               "width" => array( TW_NUM, 80, 60, 120 ),        // 80 - default, number must be in range <60,120>\r
-                                               "height"=> array( TW_NUM, 80, 60, 120 ),\r
+                                               "width" => array( TW_NUM ),     // 80 - default, number must be in range <60,120>\r
+                                               "height"=> array( TW_NUM ),\r
                                                "src"   => array( TW_RQ_URL ),\r
                                                "title" => null,\r
                                                "border"=> array( TW_RQ_NUM,  0,  0,  0),\r
@@ -56,4 +56,4 @@
                "dt"    =>      null,\r
                "dd"    =>      null,\r
        );\r
-?>
\ No newline at end of file
+?>\r