]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/content/help.xsl
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / common / content / help.xsl
index f1dfce9eb684486e2879cbd3c22d37dbc29b56f6..0cc36139428f2aacee7972c2e9802c5c939e860d 100644 (file)
         <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'">