X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fopenid.c;h=2d905bd50d915d7abd7a1c17227d41241e584373;hb=6f1846672284d64b74a10937813320271293ad66;hp=58c3503ab46049cc8f4aee249dfeb82fbade4c2a;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/openid.c b/webcit/openid.c index 58c3503ab..2d905bd50 100644 --- a/webcit/openid.c +++ b/webcit/openid.c @@ -18,7 +18,7 @@ void display_openids(void) wprintf("
"); svput("BOXTITLE", WCS_STRING, _("Manage Account/OpenID Associations")); - do_template("beginbox"); + do_template("beginbox", NULL); if (serv_info.serv_supports_openid) { @@ -54,7 +54,7 @@ void display_openids(void) wprintf(_("%s does not permit authentication via OpenID."), serv_info.serv_humannode); } - do_template("endbox"); + do_template("endbox", NULL); wprintf("
"); wDumpContent(2); }