diff --git a/src/gmnlm.c b/src/gmnlm.c
index da99a84580894312ba86b92e6abd02cfdfc80fd4..26654324b4fb845633f7db2b2ac01e5e3b4635a1 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -493,7 +493,7 @@ col += fprintf(out, " ");
}
break;
case GEMINI_QUOTE:
- col += fprintf(out, "%s ",
+ col += fprintf(out, " %s ",
browser->unicode ? "┃" : ">");
if (text == NULL) {
text = trim_ws(tok.quote_text);