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