summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/html/css-parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/css-parse.c b/source/html/css-parse.c
index b672dc27..36ad111d 100644
--- a/source/html/css-parse.c
+++ b/source/html/css-parse.c
@@ -601,6 +601,7 @@ static fz_css_property *parse_declaration(struct lexbuf *buf)
p = fz_new_css_property(buf->ctx, buf->string, NULL, 0);
next(buf);
+ white(buf);
expect(buf, ':');
white(buf);