1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-23 04:51:59 +01:00

Further improvement to quote display

This commit is contained in:
Drew DeVault 2020-09-27 13:32:55 -04:00
parent 60496bae0c
commit 0b5c37d2e6

@ -493,7 +493,7 @@ repeat:
} }
break; break;
case GEMINI_QUOTE: case GEMINI_QUOTE:
col += fprintf(out, "%s ", col += fprintf(out, " %s ",
browser->unicode ? "" : ">"); browser->unicode ? "" : ">");
if (text == NULL) { if (text == NULL) {
text = trim_ws(tok.quote_text); text = trim_ws(tok.quote_text);