Skip to content

Commit

Permalink
'#2031: Fix commit ec511cb (the line was removed by mistake).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Dec 28, 2023
1 parent 1aab1cd commit 67ef785
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ private synchronized void printMessage(PrintWriter out, Message message, boolean
if (thumb != null) {
out.println(Messages.getString("WhatsAppReport.Video") + ":<br>");
out.print("<img class=\"thumb\" src=\""); //$NON-NLS-1$
out.print("data:image/jpg;base64," + Util.encodeBase64(thumb) + "\""); //$NON-NLS-1$ //$NON-NLS-2$
out.println(" title=\"" + getTitle(message) + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$
} else {
out.println("<div class=\"videoImg\" title=\"Video\"></div>"); //$NON-NLS-1$
Expand Down

0 comments on commit 67ef785

Please sign in to comment.