summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-05-02 21:51:10 -0500
committerShaun McCance <shaunm@gnome.org>2009-05-02 21:51:10 -0500
commit728fa89d25e907c6431223b04095f859f4f82ecb (patch)
treee3eaa4c278f294fc424bde5151df54ee26b6996c /xslt
parent7efe93c679ec6a0c86ea255e21571478b6126270 (diff)
downloadgnome-doc-utils-728fa89d25e907c6431223b04095f859f4f82ecb.tar.gz
[mallard] Some work on block_media
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/html/mal2html-media.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-media.xsl b/xslt/mallard/html/mal2html-media.xsl
index 0d56215..3aae961 100644
--- a/xslt/mallard/html/mal2html-media.xsl
+++ b/xslt/mallard/html/mal2html-media.xsl
@@ -34,7 +34,7 @@ REMARK: Describe this module
<xsl:template mode="mal2html.block.mode"
match="mal:media[@type='image']">
<div class="media media-image">
- <img src="{@href}"/>
+ <img src="{@src}"/>
</div>
</xsl:template>