mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Escape font names with spaces
This commit is contained in:
@@ -381,7 +381,7 @@ public class HtmlEx {
|
||||
// out.append("<tt>");
|
||||
//}
|
||||
|
||||
out.append("<span style=\"font-family:" + s + ";\">");
|
||||
out.append("<span style='font-family:" + s + ";'>");
|
||||
}
|
||||
if (style[j] instanceof SuperscriptSpan) {
|
||||
out.append("<sup>");
|
||||
|
||||
Reference in New Issue
Block a user