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:
@@ -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'">
|
||||||
|
|||||||
Reference in New Issue
Block a user