]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* HTML pages are now output as "Content-type: text/html; charset=utf-8"
[citadel.git] / webcit / roomops.c
index 69ff9461e090913e9df48b4efa82e07fd74ad06f..a416dabd9192b2ce9f5ec2089fbc3138530d4100 100644 (file)
@@ -404,7 +404,7 @@ void embed_room_banner(char *got, int navbar_style) {
        if (navbar_style != navbar_none) {
 
                wprintf("<div style=\"position:absolute; bottom:0px; left:0px\">\n"
-                       "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%%\"><tr>\n");
+                       "<table width=\"100%%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>\n");
 
 
                if (navbar_style == navbar_default) wprintf(