From 1dd11fb9b97c2e9a663a67179c755c854d0c57ad Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 18 Feb 2005 20:44:05 +0000 Subject: Formatting fix if no index [originally from svn r5350] --- bk_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bk_html.c b/bk_html.c index 7914024..96092aa 100644 --- a/bk_html.c +++ b/bk_html.c @@ -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); -- cgit v1.1