We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa20236 commit 73bc4eaCopy full SHA for 73bc4ea
xmppserver/src/main/webapp/muc-room-occupants.jsp
@@ -133,7 +133,7 @@
133
<tbody>
134
<tr>
135
<td><%= StringUtils.escapeHTMLTags(room.getName()) %></td>
136
- <td><%= room.getOccupantsCount() %> / <%= room.getMaxUsers() %></td>
+ <td><%= room.getOccupantsCount() %><% if (room.getMaxUsers() > 0) { %> / <%= room.getMaxUsers() %><% } %></td>
137
<td><%= dateFormatter.format(room.getCreationDate()) %></td>
138
<td><%= dateFormatter.format(room.getModificationDate()) %></td>
139
</tr>
0 commit comments