1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 13:02:26 +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:variable name="tag" select="$contents"/>
<xsl:variable name="tag-url" select="
regexp:replace(regexp:replace($tag, '%', 'g', '%25'),
'#', 'g', '%23')"/>
regexp:replace(regexp:replace(regexp:replace($tag, '%', 'g', '%25'),
'#', 'g', '%23'),
';', 'g', '%3B')"/>
<a style="color: inherit;">
<xsl:if test="not(@link) or @link != 'false'">