diff --git a/src/elogd.c b/src/elogd.c
index b3a7e8fd..a2fce98a 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -10337,7 +10337,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
}
/* main box for text box and icons */
- rsprintf("
| \n"); //##
+ rsprintf(" |
\n");
if (enc_selected == 0)
rsprintf("\n");
@@ -16925,7 +16925,7 @@ BOOL is_command_allowed(LOGBOOK * lbs, char *command)
strcat(menu_str, ", ");
}
- strcat(menu_str, "HelpELCode, ");
+ strcat(menu_str, "HelpELCode, Synchronize, ");
if (is_admin_user(lbs->name, getparam("unm"))) {
|