diff options
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/html-layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 379cd3e8..91297f10 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -734,7 +734,6 @@ static void generate_boxes(fz_context *ctx, fz_xml *node, fz_html_box *top, if (href) box->href = fz_pool_strdup(ctx, g->pool, href); } - } else { @@ -2423,7 +2422,6 @@ static void fragment_cb(const uint32_t *fragment, if (data->flow->type == FLOW_SPACE) { len = 1; - } else if (data->flow->type == FLOW_BREAK || data->flow->type == FLOW_SBREAK || data->flow->type == FLOW_SHYPHEN || data->flow->type == FLOW_ANCHOR) |