X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=93e60b5dbf05eaa72c14cf5dbdf9ec49b456d03f;hb=5e91a276d21a8386402e0a7444ac6a0301da924e;hp=00b201b87f4f74269119945bffcad709cc904532;hpb=b7fd7089b67eecfa7afe8434217cbad08ce657be;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 00b201b87..93e60b5db 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -283,7 +283,7 @@ void embed_newmail_button(void) { if ( (WC->new_mail > WC->remember_new_mail) && (WC->new_mail>0) ) { wprintf( "" - "" "
" "%d new mail
", WC->new_mail);