Skip to content

Commit

Permalink
Remove typo character from topic content #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovirt committed Mar 24, 2016
1 parent e5f778d commit c58f9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docx/word/document.topic.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<xsl:apply-templates select="*[contains(@class, ' topic/title ')]"/>
<xsl:apply-templates select="*[contains(@class, ' topic/shortdesc ')] | *[contains(@class, ' topic/abstract ')]"/>
<xsl:apply-templates select="*[contains(@class, ' topic/body ')]"/>
s <xsl:apply-templates select="*[contains(@class, ' topic/related-links ')]"/>
<xsl:apply-templates select="*[contains(@class, ' topic/related-links ')]"/>
<xsl:apply-templates select="*[contains(@class, ' topic/topic ')]"/>
<xsl:if test="empty(parent::*[contains(@class, ' topic/topic ')])">
<xsl:copy-of select="$body-section"/>
Expand Down

0 comments on commit c58f9f7

Please sign in to comment.