1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 23:45:47 +01:00

Fix help bug.

This commit is contained in:
Kris Maglione
2012-01-08 15:25:13 -05:00
parent 2ef04c5671
commit f07015db48

View File

@@ -297,8 +297,9 @@
<xsl:param name="contents" select="text()"/> <xsl:param name="contents" select="text()"/>
<xsl:variable name="tag" select="$contents"/> <xsl:variable name="tag" select="$contents"/>
<xsl:variable name="tag-url" select=" <xsl:variable name="tag-url" select="
regexp:replace(regexp:replace($tag, '%', 'g', '%25'), regexp:replace(regexp:replace(regexp:replace($tag, '%', 'g', '%25'),
'#', 'g', '%23')"/> '#', 'g', '%23'),
';', 'g', '%3B')"/>
<a style="color: inherit;"> <a style="color: inherit;">
<xsl:if test="not(@link) or @link != 'false'"> <xsl:if test="not(@link) or @link != 'false'">