8d76992254bbc8ff81f73b4b48c086144a230b9e
hiram
  Thu Aug 31 14:58:37 2017 -0700
fixing up some subtle html errors refs #18762

diff --git src/hg/inc/web.h src/hg/inc/web.h
index 30980a3..910c791 100644
--- src/hg/inc/web.h
+++ src/hg/inc/web.h
@@ -57,31 +57,31 @@
 
 void webNewSection(char* format, ...)
 /* create a new section on the web page */
 #if defined(__GNUC__)
 __attribute__((format(printf, 1, 2)))
 #endif
 ;
 
 void webNewEmptySection();
 /* create a new section on the web page to maintain table layout */
 
 void webNewSectionHeaderStart(boolean hasTitle);
 /* Start a new collapsible section on the web page, with +- control.
    Allows use of jsBeginCollapsibleSection() */
 
-void webNewSectionHeaderEnd();
+void webNewSectionHeaderEnd(boolean hasTitle);
 /* Properly close header of collapsible section on web page */
 
 void webEnd();
 /* output the footer of the HTML page */
 
 void webEndSection();
 /* Close down a section */
 
 void webEndSectionTables();
 /* Finish with section tables (but don't do /BODY /HTML lik
  * webEnd does. */
 
 void webStartGbNoBanner(struct cart *cart, char *db, char *title);
 /* Start HTML with new header and footer design by jWest, but no banner */