From f07015db4890d806cb9c03657d0170d88a8a8932 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 8 Jan 2012 15:25:13 -0500 Subject: [PATCH] Fix help bug. --- common/content/help.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/help.xsl b/common/content/help.xsl index f1dfce9e..0cc36139 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -297,8 +297,9 @@ + regexp:replace(regexp:replace(regexp:replace($tag, '%', 'g', '%25'), + '#', 'g', '%23'), + ';', 'g', '%3B')"/>