mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Quote q elements
This commit is contained in:
@@ -1177,6 +1177,7 @@ public class HtmlHelper {
|
||||
if (!TextUtils.isEmpty(cite) && !cite.trim().startsWith("#"))
|
||||
q.attr("href", cite);
|
||||
q.removeAttr("cite");
|
||||
q.wrap("<span>\"<em></em>\"</span>");
|
||||
}
|
||||
|
||||
// Citation
|
||||
|
||||
Reference in New Issue
Block a user