* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / openid.c
index 2d905bd50d915d7abd7a1c17227d41241e584373..464f3c91242dfde6c38db5170e7cd3e8998b5d8d 100644 (file)
@@ -18,7 +18,7 @@ void display_openids(void)
        wprintf("<div class=\"fix_scrollbar_bug\">");
 
        svput("BOXTITLE", WCS_STRING, _("Manage Account/OpenID Associations"));
-       do_template("beginbox", NULL);
+       do_template("beginboxx", NULL);
 
        if (serv_info.serv_supports_openid) {