From 768f46339112e19da660eba2df1ecdcb5c565182 Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 4 Mar 2006 03:12:28 +0000 Subject: [PATCH] centered text is indicated by a label->just of 'n' not 'c' --- lib/common/htmltable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index f88826684..e578ee829 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -1362,7 +1362,7 @@ static void pos_html_cell(htmlcell_t * cp, box pos, int sides) dfltalign = 'r'; break; default: - dfltalign = 'c'; + dfltalign = 'n'; break; } pos_html_txt (cp->child.u.txt, dfltalign); @@ -1617,7 +1617,7 @@ void printData(htmldata_t * dp) c = 'l'; break; default: - c = 'c'; + c = 'n'; break; } fprintf(stderr, "%c", c); -- 2.40.0