1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 01:14:11 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2010-10-02 17:49:55 +10:00
parent 21514370da
commit ec9b83d898
32 changed files with 43 additions and 358 deletions

View File

@@ -411,7 +411,7 @@
<xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/>
<span dactyl:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/>
</p>
</xsl:template>
@@ -420,7 +420,7 @@
<xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/>
<span dactyl:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/>
</p>
</xsl:template>