mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Normalize html line breaks
This commit is contained in:
@@ -327,7 +327,7 @@ public class EmailProvider {
|
||||
if (title == null)
|
||||
title = "";
|
||||
else
|
||||
title += "<br />";
|
||||
title += "<br>";
|
||||
title += xml.getText();
|
||||
}
|
||||
continue;
|
||||
@@ -481,7 +481,7 @@ public class EmailProvider {
|
||||
if (provider.documentation == null)
|
||||
provider.documentation = new StringBuilder();
|
||||
else
|
||||
provider.documentation.append("<br /><br />");
|
||||
provider.documentation.append("<br><br>");
|
||||
|
||||
provider.documentation.append("<a href=\"").append(href).append("\">").append(title).append("</a>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user