From b9c115fc173a1374e32453054a3b86c67934d604 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 31 Jan 2007 22:23:09 +0000 Subject: I haven't found any browsers that do anything disgusting with \cfg{html-rellinks}, and it generally seems to be a Good Thing, so I've turned it on by default. (The lurkers support me in u2u.) [originally from svn r7188] --- bk_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bk_html.c') diff --git a/bk_html.c b/bk_html.c index 500afcf..1d4aa5b 100644 --- a/bk_html.c +++ b/bk_html.c @@ -260,7 +260,7 @@ static htmlconfig html_configure(paragraph *source) { ret.leaf_contains_contents = FALSE; ret.leaf_smallest_contents = 4; ret.navlinks = TRUE; - ret.rellinks = FALSE; + ret.rellinks = TRUE; ret.single_filename = dupstr("Manual.html"); ret.contents_filename = dupstr("Contents.html"); ret.index_filename = dupstr("IndexPage.html"); -- cgit v1.1