* close table tag
authorWilfried Göesgens <willi@citadel.org>
Tue, 16 Jun 2009 22:45:10 +0000 (22:45 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 16 Jun 2009 22:45:10 +0000 (22:45 +0000)
webcit/roomops.c

index e54482b7946ca6eef24ac37b724b3aad00452476..bda4375edacfbb3cbbf64a96613c5a9da6dd810e 100644 (file)
@@ -1211,7 +1211,7 @@ void display_editroom(void)
 
        /* print the tabbed dialog */
        wprintf("<div align=\"center\">");
-       wprintf("<table id=\"AdminTabs\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\""
+       wprintf("<table id=\"AdminTabs\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"
                "<tr align=\"center\" style=\"cursor:pointer\"><td>&nbsp;</td>"
                );