Skip to content

Commit

Permalink
fix previous cherry picks
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Oct 4, 2023
1 parent aa0761c commit 2b2ebab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ private void printMessage(PrintWriter out, UfedMessage message, boolean group, b
out.println("<div class=\"deletedIcon\"></div>"); //$NON-NLS-1$
out.println("</span>"); //$NON-NLS-1$
}
if (isTo)
out.println("</div><div class=\"aw\"><div class=\"awr\"></div></div>");
if (isFrom)
out.println("</div>");



Expand Down

0 comments on commit 2b2ebab

Please sign in to comment.