From fbc32d158c7f6307d824a9b88f7180dd2d12aafe Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 25 May 2010 18:08:48 +0000 Subject: [PATCH] * Now attempting to fix the final few rendering problems in Internet Explorer. Testing with IE 7. I will also test with IE 8, Firefox, and WebKit (Chrome, Safari etc). IE 6 will not be tested; in fact, I am *removing* all markup which indicates that it is only present to work around IE 6 bugs. --- webcit/bbsview_renderer.c | 3 +++ webcit/static/t/knrooms.html | 4 ++++ webcit/static/wclib.js | 27 --------------------------- webcit/static/webcit.css | 6 +----- 4 files changed, 8 insertions(+), 32 deletions(-) diff --git a/webcit/bbsview_renderer.c b/webcit/bbsview_renderer.c index 8a02e35bf..aad71a415 100644 --- a/webcit/bbsview_renderer.c +++ b/webcit/bbsview_renderer.c @@ -169,6 +169,8 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, int start_index = 0; int end_index = 0; + wc_printf("
"); + if (Stat->nummsgs > 0) { lprintf(9, "sorting %d messages\n", BBS->num_msgs); qsort(BBS->msgs, (size_t)(BBS->num_msgs), sizeof(long), bbsview_sortfunc); @@ -319,6 +321,7 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, } } + wc_printf("
\n"); return(0); } diff --git a/webcit/static/t/knrooms.html b/webcit/static/t/knrooms.html index c5a687d0c..02d6661c0 100644 --- a/webcit/static/t/knrooms.html +++ b/webcit/static/t/knrooms.html @@ -26,19 +26,23 @@ OnChange="location.href=roomlistomatic.newview.options[selectedIndex].value">
+
+
+
+