From 4d43131848c51c875e51985df5a5456f732adc09 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 26 Feb 2013 18:24:01 +0000 Subject: Reflow: Move from html output using tables to html output using div/span The div/spans still use table style rendering, but it's simpler code (and html) this way. --- apps/mudraw.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/mudraw.c b/apps/mudraw.c index ed230aad..4226214d 100644 --- a/apps/mudraw.c +++ b/apps/mudraw.c @@ -749,10 +749,13 @@ int main(int argc, char **argv) if (showtext == TEXT_HTML) { fz_printf(out, "\n"); fz_printf(out, "\n"); } -- cgit v1.2.3