Commit 75ee318c authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Tweaked to make URL an actual URL.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9950 b35dd754-fafc-0310-a699-88a17e54d16e
parent 26f64d3e
......@@ -188,7 +188,7 @@
<fmt:message key="security.audit.viewer.view_url"/>
<br />
<br />
<strong><fmt:message key="security.audit.viewer.view_url.url" /></strong>: <%= SecurityAuditManager.getSecurityAuditProvider().getAuditURL() %>
<strong><fmt:message key="security.audit.viewer.view_url.url" /></strong>: <a target="_new" href="<%= SecurityAuditManager.getSecurityAuditProvider().getAuditURL() %>"><%= SecurityAuditManager.getSecurityAuditProvider().getAuditURL() %></a>
<% } %>
</div>
<% } %>
......
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