Quote q elements

pull/217/head
M66B 8 months ago
parent f34e8620d7
commit ad0f0a34d0

@ -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

Loading…
Cancel
Save