Skip to content

Commit

Permalink
LPS-141218 Remove unnecessary heading element and keep headings in se…
Browse files Browse the repository at this point in the history
…quentially-descending order
  • Loading branch information
orsolyaDekany committed Oct 25, 2021
1 parent 210c68a commit a1103d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ String redirect = ParamUtil.getString(request, "redirect");
String userDisplayText = LanguageUtil.format(request, "x-replying", new Object[] {HtmlUtil.escape(userName)});
%>

<h5 class="message-user-display text-default" title="<%= userDisplayText %>">
<span class="message-user-display text-default" title="<%= userDisplayText %>">
<%= userDisplayText %>
</h5>
</span>

<h4 title="<%= HtmlUtil.escape(message.getSubject()) %>">
<c:choose>
Expand Down

0 comments on commit a1103d4

Please sign in to comment.