* split boxes into beginbox_1 + 2, and put title directly. remove svput of boxtitle.
[citadel.git] / webcit / openid.c
index b489a55c484af1ba6124e4aefb31bb6e7b244e68..c5842112cee0640213ede07089abd23d938cf741 100644 (file)
@@ -18,8 +18,9 @@ void display_openids(void)
 
        wc_printf("<div class=\"fix_scrollbar_bug\">");
 
-       svput("BOXTITLE", WCS_STRING, _("Manage Account/OpenID Associations"));
-       do_template("beginboxx", NULL);
+       do_template("beginbox_1", NULL);
+       StrBufAppendBufPlain(WCC->WBuf, _("Manage Account/OpenID Associations"), -1, 0);
+       do_template("beginbox_2", NULL);
 
        if (WCC->serv_info->serv_supports_openid) {