Cleaned up some templated HTML:
[citadel.git] / webcit / tabs.c
index 69547e2640b9456950ff0cc69d5cd25ee85c878b..c9d1e60a8acf803432a8c3a8a45d956d82ae7c93 100644 (file)
@@ -79,7 +79,7 @@ void begin_tab(int tabnum, int num_tabs) {
 void end_tab(int tabnum, int num_tabs) {
 
        if (tabnum == num_tabs) {
-               wprintf("</div>\n");
+               wprintf("</div> <!-- end of 'tabcontent_submit' div -->\n");
                wprintf("<!-- end tab-common epilogue -->\n");
        }