projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206a881
)
rss_converter_dilbert.com.xsl: put the full text in the alt attribute
author
Antonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:12:12 +0000
(16:12 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:12:12 +0000
(16:12 +0200)
rss_converter_dilbert.com.xsl
patch
|
blob
|
history
diff --git
a/rss_converter_dilbert.com.xsl
b/rss_converter_dilbert.com.xsl
index
91cf57f
..
fd7fcfe
100644
(file)
--- a/
rss_converter_dilbert.com.xsl
+++ b/
rss_converter_dilbert.com.xsl
@@
-71,7
+71,7
@@
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
- <img src="{$picture-url}" />
+ <img src="{$picture-url}"
alt="{$picture-title}"
/>
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
</item>