* fix various tiny flags, room-config is working flawlessly now.
[citadel.git] / webcit / tabs.c
index 53b8e87c06558cda72da79918ccb221b664ec4d6..c22f738b2c18a49eb6dd3801db157fe0ffc58a56 100644 (file)
@@ -173,7 +173,7 @@ void StrBeginTab(StrBuf *Target, int tabnum, int num_tabs, StrBuf **Names) {
        else {
                StrBufAppendBufPlain(
                        Target, 
-                       HKEY("<!-- begin tab"), 0);
+                       HKEY("<!-- begin tab "), 0);
                StrBufAppendPrintf(
                        Target,  "%d of %d [",
                        tabnum, num_tabs);