mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 08:37:57 +01:00
Fix XML highlighting issue.
This commit is contained in:
@@ -536,13 +536,16 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
<xsl:template match="dactyl:xml-block" mode="help-2">
|
<xsl:template match="dactyl:xml-block" mode="help-2">
|
||||||
<div dactyl:highlight="HelpXMLBlock">
|
<div dactyl:highlight="HelpXMLBlock">
|
||||||
<xsl:call-template name="xml-highlight"/>
|
<xsl:apply-templates mode="xml-highlight"/>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
<xsl:template match="dactyl:xml-highlight" mode="help-2">
|
<xsl:template match="dactyl:xml-highlight" mode="help-2">
|
||||||
<xsl:call-template name="xml-highlight"/>
|
<div dactyl:highlight="HelpXMLBlock">
|
||||||
|
<xsl:apply-templates mode="xml-highlight"/>
|
||||||
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<!-- Plugins {{{1 -->
|
<!-- Plugins {{{1 -->
|
||||||
|
|
||||||
<xsl:template name="info">
|
<xsl:template name="info">
|
||||||
@@ -621,12 +624,6 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- XML Highlighting (xsl:import doesn't work in Firefox 3.x) {{{1 -->
|
<!-- XML Highlighting (xsl:import doesn't work in Firefox 3.x) {{{1 -->
|
||||||
<xsl:template name="xml-highlight">
|
|
||||||
<div dactyl:highlight="HelpXML">
|
|
||||||
<xsl:apply-templates mode="xml-highlight"/>
|
|
||||||
</div>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template name="xml-namespace">
|
<xsl:template name="xml-namespace">
|
||||||
<xsl:param name="node" select="."/>
|
<xsl:param name="node" select="."/>
|
||||||
<xsl:if test="name($node) != local-name($node)">
|
<xsl:if test="name($node) != local-name($node)">
|
||||||
|
|||||||
Reference in New Issue
Block a user