From 53124bf06a29ee4a2e0b445dd847bbd7a308e5b8 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 17 Feb 2005 22:28:14 +0000
Subject: [PATCH] Don't html-encode the grp_list index value.

---
 web/templates/default/msgs/groups.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/templates/default/msgs/groups.inc b/web/templates/default/msgs/groups.inc
index eba0888be2..0e88930ff4 100644
--- a/web/templates/default/msgs/groups.inc
+++ b/web/templates/default/msgs/groups.inc
@@ -6,7 +6,7 @@
 <<REPEAT groups>>
 <tr>
 	<td class="grouplist"><a class="grouplist" href="subs.ssjs?msg_grp=^^groups:name^^">%%groups:description%%</a></td>
-    <td class="grouplist" align=right>@@JS:msg_area.grp['^^groups:name^^'].sub_list.length@@</td>
+    <td class="grouplist" align=right>@@JS:msg_area.grp['@@groups:name@@'].sub_list.length@@</td>
 </tr>
 <<END REPEAT groups>>
 </table>
-- 
GitLab