Skip to content
Snippets Groups Projects
Commit 53124bf0 authored by rswindell's avatar rswindell
Browse files

Don't html-encode the grp_list index value.

parent 767694e1
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment