From f1d638df558d9a2cbf31824167aa57e55bec682b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 7 May 2015 12:27:04 +0200 Subject: epub: Allow space between property name and ':'. --- source/html/css-parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/html') 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); -- cgit v1.2.3