summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fleck <jfleck@inkstain.net>2003-07-31 01:36:25 +0000
committerJohn Fleck <jfleck@src.gnome.org>2003-07-31 01:36:25 +0000
commitbe0fd70e19535756a039e73903edac24b7d66817 (patch)
treeaefd6a31279c4a90635dcbd04d281df10508b7a3
parent26e4ee8bb9da6406139d6ae40fb7dc8abff6f93f (diff)
downloadyelp-be0fd70e19535756a039e73903edac24b7d66817.tar.gz
src/info2html/html.c patch from Shaun re bug #89838
2003-07-30 John Fleck <jfleck@inkstain.net> * src/info2html/html.c patch from Shaun re bug #89838
-rw-r--r--ChangeLog5
-rw-r--r--src/info2html/html.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 63b38c4e..9324443c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-30 John Fleck <jfleck@inkstain.net>
+
+ * src/info2html/html.c
+ patch from Shaun re bug #89838
+
2003-07-24 Shaun McCance <shaunm@wolfram.com>
* src/yelp-db2html.c:
diff --git a/src/info2html/html.c b/src/info2html/html.c
index 92a54da3..b076010b 100644
--- a/src/info2html/html.c
+++ b/src/info2html/html.c
@@ -190,8 +190,8 @@ void make_nav_links( FILE *f, NODE *node )
write_node_link_html( f, node->filename, "Up:", node->up );
fprintf(f,"</PRE>\n");
#else
- fprintf(f,"<TABLE border=2 cellspacing=1 cellpadding=4 width=100%%>\n");
- fprintf(f,"<TR bgcolor=\"#eeeee0\">\n");
+ fprintf(f,"<TABLE border=1 cellspacing=0 cellpadding=4 width=100%%>\n");
+ fprintf(f,"<TR>\n");
fprintf(f,"\t<TH align=center width=33%%>\n\t");
write_node_link_html( f, node->filename, "Next:", node->next );
fprintf(f,"\t</TH>\n");