Skip to content

Commit

Permalink
Remove obsolete variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Jan 6, 2024
1 parent 8a588b5 commit 7522ff6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xsl/reveal.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,9 @@
<xsl:call-template name="gen-toc-id"/>
<xsl:call-template name="setidaname"/>
<xsl:apply-templates select="*[contains(@class, ' ditaot-d/ditaval-startprop ')]" mode="out-of-line"/>

<!--<xsl:apply-templates select="." mode="dita2html:section-heading"/>-->

<xsl:apply-templates select="*[not(contains(@class, ' topic/title '))] | text() | comment() | processing-instruction()"/>
<xsl:apply-templates select="*[contains(@class, ' ditaot-d/ditaval-endprop ')]" mode="out-of-line"/>
</div><xsl:value-of select="$newline"/>
</div>
</xsl:template>

<!-- Deep copy template -->
Expand Down

0 comments on commit 7522ff6

Please sign in to comment.