Commit 4090cb66 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Minor fix with a commas. JM-286


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1323 b35dd754-fafc-0310-a699-88a17e54d16e
parent 043865f7
......@@ -68,10 +68,10 @@
<% } %>
<p>
<fmt:message key="group.summary.total_group" /> <%= webManager.getGroupManager().getGroupCount() %>,
<fmt:message key="group.summary.total_group" /> <%= webManager.getGroupManager().getGroupCount() %>
<% if (numPages > 1) { %>
<fmt:message key="group.summary.showing" /> <%= (start+1) %>-<%= (start+range) %>,
, <fmt:message key="group.summary.showing" /> <%= (start+1) %>-<%= (start+range) %>
<% } %>
</p>
......
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