From ad7828af74c2b9b1c3a224a48f2d1eecc3e23ceb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 23 Feb 2016 21:52:18 +0100 Subject: html: Fix typo. --- source/html/html-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/html/html-layout.c') diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 8a7490c7..b0004b37 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -85,7 +85,7 @@ static fz_html_flow *add_flow(fz_context *ctx, fz_pool *pool, fz_html *top, fz_c flow->type = type; flow->expand = 0; flow->char_r2l = BIDI_LEFT_TO_RIGHT; - flow->block_r2l = BIDI_RIGHT_TO_LEFT; + flow->block_r2l = BIDI_LEFT_TO_RIGHT; flow->markup_r2l = BIDI_NEUTRAL; flow->style = style; *top->flow_tail = flow; -- cgit v1.2.3