tweeper.php: fix validation when generating enclosure elements
authorAntonio Ospite <ao2@ao2.it>
Sat, 28 Feb 2015 00:43:41 +0000 (01:43 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 28 Feb 2015 00:43:41 +0000 (01:43 +0100)
commit547175cc33bb2aa612c706eac783d8f506fe9e7e
tree6425cce7d71716237d6be852cc5925b3d714d26d
parentf7fd5333da765ce6d5aa2916d779bbbbbb74da7d
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.
tweeper.php