diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:44:05 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:44:05 +0000 |
| commit | 1dd11fb9b97c2e9a663a67179c755c854d0c57ad (patch) | |
| tree | 9cb140580db5ab6bf502d147b97021f891f03883 | |
| parent | 9e8270ccda8432d65021b65157967901505d2577 (diff) | |
| download | halibut-1dd11fb9b97c2e9a663a67179c755c854d0c57ad.zip halibut-1dd11fb9b97c2e9a663a67179c755c854d0c57ad.tar.gz halibut-1dd11fb9b97c2e9a663a67179c755c854d0c57ad.tar.bz2 halibut-1dd11fb9b97c2e9a663a67179c755c854d0c57ad.tar.xz | |
Formatting fix if no index
[originally from svn r5350]
| -rw-r--r-- | bk_html.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -885,9 +885,8 @@ void html_backend(paragraph *sourceform, keywordlist *keywords, if (f != files.head) element_close(&ho, "a"); - html_text(&ho, conf.nav_separator); - if (has_index) { + html_text(&ho, conf.nav_separator); if (f != files.index) { element_open(&ho, "a"); element_attr(&ho, "href", files.index->filename); |