* Added "|END" to the session cookie before base64-ing it. This fixes a
[citadel.git] / webcit / messages.c
index fbb15c96b23e45f344e18fa2b70b8bf3502c42b6..fc02aa1835b7a59fdb2728df52d6f59eb2ecede7 100644 (file)
@@ -1557,7 +1557,8 @@ void display_enter(void)
        }
 
        /* Now offer the ability to attach additional files... */
-       wprintf("Attach file: <input NAME=\"attachfile\" "
+       wprintf("&nbsp;&nbsp;&nbsp;"
+               "Attach file: <input NAME=\"attachfile\" "
                "SIZE=48 TYPE=\"file\">\n&nbsp;&nbsp;"
                "<input type=\"submit\" name=\"attach\" value=\"Add\">\n");