From: Antonio Ospite Date: Sat, 28 Feb 2015 00:43:41 +0000 (+0100) Subject: tweeper.php: fix validation when generating enclosure elements X-Git-Tag: v0.4~35 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/547175cc33bb2aa612c706eac783d8f506fe9e7e?hp=547175cc33bb2aa612c706eac783d8f506fe9e7e;ds=sidebyside tweeper.php: fix validation when generating enclosure elements The RSS specification says that the enclosure element url must be http. See http://sourceforge.net/p/feedvalidator/bugs/72/ So follow the specification, for now. If feedvalidator decides to relax this requirement this hack will be removed. ---