rss_converter_dilbert.com.xsl: put the full text in the alt attribute
authorAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:12:12 +0000 (16:12 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:12:12 +0000 (16:12 +0200)
rss_converter_dilbert.com.xsl

index 91cf57f..fd7fcfe 100644 (file)
@@ -71,7 +71,7 @@
             </pubDate>
             <description>
                 <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
-                <img src="{$picture-url}" />
+                <img src="{$picture-url}" alt="{$picture-title}"/>
                 <xsl:text disable-output-escaping="yes">]]&gt;</xsl:text>
             </description>
         </item>