8aa445434397165b6d6a5eeaf85ea6ddf5ec4805 galt Fri Jul 13 16:25:01 2012 -0700 fixed typo in comment diff --git src/hg/lib/web.c src/hg/lib/web.c index 80b8818..c10bc47 100644 --- src/hg/lib/web.c +++ src/hg/lib/web.c @@ -583,31 +583,31 @@ ); vprintf(format, args); puts( " </div>\n" " <TABLE BGCOLOR='#" HG_COL_INSIDE "' WIDTH='100%' CELLPADDING=0>" "<TR><TH HEIGHT=10></TH></TR>\n" " <TR><TD WIDTH=10> </TD><TD>\n\n" ); va_end(args); } void webEndSectionTables() -/* Finish with section tables (but don't do /BODY /HTML lik +/* Finish with section tables (but don't do /BODY /HTML like * webEnd does. */ { webEndSection(); puts("</TD></TR></TABLE>\n"); } void webEnd() /* output the footer of the HTML page */ { if(!webInTextMode) { webEndSectionTables(); #ifndef GBROWSE googleAnalytics(); #endif /* GBROWSE */