Commit c76c5992 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Modified printing of STUN ports.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6829 b35dd754-fafc-0310-a699-88a17e54d16e
parent cd9244bc
......@@ -456,7 +456,7 @@
%>
<tr>
<td><%= interfaceName == null ? LocaleUtils.getLocalizedString("ports.all_ports") : interfaceName %></td>
<td><%= stunService.getPrimaryPort() %> / <%= stunService.getSecondaryPort() %></td>
<td><%= stunService.getPrimaryPort() %> & <%= stunService.getSecondaryPort() %></td>
<td><img src="images/blank.gif" width="1" height="1"></td>
<td><fmt:message key="ports.stun" /></td>
<td><fmt:message key="ports.stun.desc" /></td>
......
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