X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=lib%2Fhtmlpurifier%2Flibrary%2FHTMLPurifier%2FHTMLModule%2FTidy%2FProprietary.php;h=14c15c4a062ea5e34ab8166aee45be678fe37754;hb=f4f0f80d2118437e5047ba266f92d7acb3c38fb7;hp=85fa90a942d89a5b1c5240c508d07e4980ce4951;hpb=ad92c6ac62903f3bb37f16048fedff44a2eb540d;p=tt-rss.git diff --git a/lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php b/lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php old mode 100755 new mode 100644 index 85fa90a9..14c15c4a --- a/lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php +++ b/lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php @@ -15,6 +15,7 @@ class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_T $r['thead@background'] = new HTMLPurifier_AttrTransform_Background(); $r['tfoot@background'] = new HTMLPurifier_AttrTransform_Background(); $r['tbody@background'] = new HTMLPurifier_AttrTransform_Background(); + $r['table@height'] = new HTMLPurifier_AttrTransform_Length('height'); return $r; }