From: Antonio Ospite Date: Thu, 24 Apr 2014 10:02:17 +0000 (+0200) Subject: rss_converter_twitter.com.xsl: fix getting the profile picture X-Git-Tag: v0.3~3 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/e9718cf534492cc4fafde23ab1b37089c35a6726?hp=e9718cf534492cc4fafde23ab1b37089c35a6726 rss_converter_twitter.com.xsl: fix getting the profile picture Some more values are added tot he class attribute so the old equality check does not work anymore. Use a contains() check, this is more future proof and allows also to support both the classic and the new profile pages. ---