diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2007-01-31 22:23:09 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2007-01-31 22:23:09 +0000 |
| commit | b9c115fc173a1374e32453054a3b86c67934d604 (patch) | |
| tree | 11d2371333d795563e9401626a0c47afdccd24df /bk_html.c | |
| parent | 64f71c43291cdb469d4fbe2d70dccc9b4b768537 (diff) | |
| download | halibut-b9c115fc173a1374e32453054a3b86c67934d604.zip halibut-b9c115fc173a1374e32453054a3b86c67934d604.tar.gz halibut-b9c115fc173a1374e32453054a3b86c67934d604.tar.bz2 halibut-b9c115fc173a1374e32453054a3b86c67934d604.tar.xz | |
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]
Diffstat (limited to 'bk_html.c')
| -rw-r--r-- | bk_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |