HTML-escape tablabels.
[citadel.git] / webcit / tabs.c
index e644ec467f1e93f04ba06d6d7ca0e8a95ceeb387..4b58ba590a64c086ce8eba75dd18583f63ff4655 100644 (file)
@@ -127,7 +127,7 @@ void StrTabbedDialog(StrBuf *Target, int num_tabs, StrBuf *tabnames[]) {
                        ( (i==0) ? "tab_cell_label" : "tab_cell_edit" ),
                        i
                        );
-               StrBufAppendBuf(Target, tabnames[i], 0);
+               StrEscAppend(Target, tabnames[i], NULL, 0, 0);
                StrBufAppendBufPlain(
                        Target, 
                        HKEY(