mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Prevent duplicate image titles
This commit is contained in:
@@ -216,7 +216,7 @@ public class HtmlHelper {
|
||||
div.appendElement("br");
|
||||
div.appendElement("em").text(alt);
|
||||
}
|
||||
if (!TextUtils.isEmpty(title)) {
|
||||
if (!TextUtils.isEmpty(title) && !title.equals(alt)) {
|
||||
div.appendElement("br");
|
||||
div.appendElement("em").text(title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user