diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -262,6 +262,9 @@ print_encode(struct html *h, const char *p) } p += len - 1; + + if (DECO_NOSPACE == deco && '\0' == *(p + 1)) + h->flags |= HTML_NOSPACE; } } |