X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Ftabs.c;h=a81c41432c5c7c9d26a8d9c963a64dd0d61ed0cf;hp=0a31a0d96e66946d31365a04cadbe0a9dfbcacec;hb=1ab2471735faa34cf5c6206b4b6c1155995d6cb8;hpb=2497054f68631377aaf0e6adb22adc15471d5f87 diff --git a/webcit/tabs.c b/webcit/tabs.c index 0a31a0d96..a81c41432 100644 --- a/webcit/tabs.c +++ b/webcit/tabs.c @@ -82,13 +82,6 @@ void end_tab(int tabnum, int num_tabs) { else { wc_printf("\n"); wc_printf("\n", tabnum, num_tabs); - - if (tabnum == num_tabs-1) { - wc_printf("" - ); - } } } @@ -205,16 +198,8 @@ void StrEndTab(StrBuf *Target, int tabnum, int num_tabs) { StrBufAppendPrintf( Target, "\n", - "\n", tabnum, num_tabs); - - if (tabnum == num_tabs-1) { - StrBufAppendBufPlain( - Target, - HKEY( - ""), 0); - } + "\n", tabnum, num_tabs + ); } if (HAVEBSTR("last_tabsel")) {