diff --git a/src/elogd.c b/src/elogd.c
index abdc4eeb..c667d897 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -11989,7 +11989,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("\n");
} else {
rsprintf("
| %s %d: | \n", loc("Attachment"), index + 1);
- rsprintf("\n");
+ rsprintf(" | \n");
rsprintf(" \n", loc("Upload"));
rsprintf(" |
\n");
@@ -14808,7 +14808,7 @@ void show_import_page_csv(LOGBOOK * lbs)
rsprintf("\n");
+ rsprintf(">\n");
rsprintf("\n\n");
show_bottom_text(lbs);
@@ -14875,7 +14875,7 @@ void show_import_page_xml(LOGBOOK * lbs)
rsprintf("\n");
+ rsprintf(">\n");
rsprintf("\n\n");
show_bottom_text(lbs);
@@ -26798,7 +26798,7 @@ void show_uploader(LOGBOOK * lbs)
rsprintf("| %s: (%s) |
\n",
loc("Enter filename or URL"), str);
rsprintf(" |
\n");
+ rsprintf("maxlength=\"200\" name=\"attfile\">\n");
rsprintf("|