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 c2ca62f commit 186d8cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
<xsl:template match="image" mode="body">
<figure>
<img src="{@href}">
<xsl:copy-of select="@*"/>
<xsl:attribute name="style">width: 960px;</xsl:attribute>
<xsl:attribute name="width">960</xsl:attribute>
</img>
</figure>
</xsl:template>
Expand Down

0 comments on commit 186d8cb

Please sign in to comment.