Commit 767c7a70 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed missing < when showing an error text near a field.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1025 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6ca1d54a
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<% if (errors.get("email") != null) { %> <% if (errors.get("email") != null) { %>
<span class="jive-error-text"> <span class="jive-error-text">
fmt:message key="user.edit.form.enter_mail" /> <fmt:message key="user.edit.form.enter_mail" />
</span> </span>
<% } %> <% } %>
......
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