Commit 331fe660 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Don't show the user name if the user is an anonymous user. JM-187


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1049 b35dd754-fafc-0310-a699-88a17e54d16e
parent f5875384
......@@ -84,7 +84,7 @@
<p>
<fmt:message key="session.details.info">
<fmt:param value="<%= "<b>"+address.toString()+"</b>" %>" />
<fmt:param value="<%= "<b>"+address.getNode()+"</b>" %>" />
<fmt:param value="<%= address.getNode() == null ? "" : "<b>"+address.getNode()+"</b>" %>" />
</fmt:message>
</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