Issue status update for http://drupal.org/node/13099 Post a follow up: http://drupal.org/project/comments/add/13099 Project: Drupal Version: cvs Component: book.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: FactoryJoe@civicspacelabs.org Updated by: crunchywelch -Status: active +Status: patch (code needs review) Attachment: http://drupal.org/files/issues/book.module_7.patch (7.89 KB) Here is a patch that fixes this, it rearranges the theme_book_navigation function logic to only output the navigation book div if there is content to display. crunchywelch Previous comments: ------------------------------------------------------------------------ Thu, 18 Nov 2004 02:09:07 +0000 : FactoryJoe@civicspacelabs.org Attachment: http://drupal.org/files/issues/book_divs.png (9.83 KB) This code creates a styled section beneath a new book: <div class="book"><div class="nav"> <div class="links"><div class="prev"> </div><div class="next"> </div></div> <div class="titles"></div></div></div> </div> If there is no data to be displayed, empty divs should not be output. ------------------------------------------------------------------------ Thu, 16 Jun 2005 18:26:57 +0000 : Robin Monks The <div class="book"><div class="nav"> <div class="links"><div class="prev"> </div><div class="next"> </div></div> <div class="titles"></div></div></div></div> still exists. Bumping up to HEAD. Robin