X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsummary.c;h=2c3244fecda1db8fa49810483e8e136c0808b077;hp=4a13e339b0df88dc1c415e53f16def881f3c7197;hb=d120028b4c45f3c26d05186c8ba488fd2feef13f;hpb=9f0af9290c2fc502eb8523bbbb1f358caa1d2925 diff --git a/webcit/summary.c b/webcit/summary.c index 4a13e339b..2c3244fec 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -233,7 +233,7 @@ void summary_inner_div(void) { * not people I consider worthwhile, I still want them to use WebCit. */ - wprintf("
" + wprintf("
" ""); /* @@ -278,7 +278,7 @@ void summary(void) { "" ); - snprintf(title, sizeof title, _("Summary page for %s"), WC->wc_username); + snprintf(title, sizeof title, _("Summary page for %s"), WC->wc_fullname); escputs(title); wprintf("
\n"); wprintf("");