Skip to content

Commit

Permalink
Update create-topic-html.xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
JennnRamirez committed Oct 31, 2024
1 parent 186d8cb commit 82488d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<xsl:template match="image" mode="body">
<figure>
<img src="{@href}">
<xsl:attribute name="width">960</xsl:attribute>
<xsl:attribute name="width" select="960"/>
</img>
</figure>
</xsl:template>
Expand Down

0 comments on commit 82488d7

Please sign in to comment.