Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / webcit / openid.c
index efe4280ca29f0f93562bd82b97b0923799162716..8842e88102549f3f214d7d480a58a05a2417c917 100644 (file)
@@ -13,6 +13,8 @@ void display_openids(void)
 
        output_headers(1, 1, 1, 0, 0, 0);
 
+       wc_printf("<div class=\"fix_scrollbar_bug\">");
+
        do_template("beginbox_1", NULL);
        StrBufAppendBufPlain(WCC->WBuf, _("Manage Account/OpenID Associations"), -1, 0);
        do_template("beginbox_2", NULL);
@@ -52,6 +54,7 @@ void display_openids(void)
        }
 
        do_template("endbox", NULL);
+       wc_printf("</div>");
        wDumpContent(2);
 }