Commit fe052913 authored by daryl herzmann's avatar daryl herzmann

Merge pull request #82 from Redor/openfire

Improvement of OF-69: Add "Groups user belongs to" column to the User
parents 62d03976 127e53e9
...@@ -254,9 +254,7 @@ ...@@ -254,9 +254,7 @@
if (count != 0) { if (count != 0) {
out.print(", "); out.print(", ");
} }
%> %><a href="group-edit.jsp?group=<%= URLEncoder.encode(group.getName(), "UTF-8") %>"><%= StringUtils.escapeHTMLTags(JID.unescapeNode(group.getName())) %></a><%
<a href="group-edit.jsp?group=<%= URLEncoder.encode(group.getName(), "UTF-8") %>"><%= StringUtils.escapeHTMLTags(JID.unescapeNode(group.getName())) %></a>
<%
count++; count++;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment