summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-12 05:49:31 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-12 05:49:31 +0000
commit591f9cb4185c1e266c55a6af4270c6f5bc491b32 (patch)
treed208b0b6eb0def19327ab98e12d97f24285eb553
parent665885cbbf3556469eae4d94c7b2097d220c18e8 (diff)
Undo one of yesterday's aesthetical changes.
-rw-r--r--handler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/handler.c b/handler.c
index 32939f3a..33de4e93 100644
--- a/handler.c
+++ b/handler.c
@@ -908,8 +908,6 @@ static void flowed_quote (STATE *s, int level)
for (i = 0; i < level; i++)
state_putc ('>', s);
- if ((s->flags & M_DISPLAY) && level)
- state_putc (' ', s);
}
static int flowed_maybe_quoted (char *cont)