diff --git a/src/elogd.c b/src/elogd.c
index a3736e25..15c1ff98 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -9489,7 +9489,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
if (getcfg(lbs->name, str, comment, sizeof(comment)))
sprintf(title, " title=\"%s\"", comment);
- rsprintf("
", title);
+ rsprintf(" | ", title, class_name);
/* display attribute name */
rsprintf("%s%s:", attr_list[index], star);
@@ -9522,7 +9522,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
} else
strlcpy(str, attrib[index], sizeof(str));
- rsprintf(" | \n", title);
+ rsprintf(" | \n", class_value, title);
rsputs2(lbs, FALSE, str);
rsprintf(" ");
@@ -9606,7 +9606,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
sec = pts->tm_sec;
}
- rsprintf(" | ", title);
+ rsprintf(" | ", title, class_value);
sprintf(str, "%d", index);
show_date_selector(day, month, year, str);
rsprintf(" ");
@@ -9616,7 +9616,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
} else if (attr_flags[index] & AF_USERLIST) {
- rsprintf(" | \n", title);
+ rsprintf(" | \n", title, class_value);
/* display drop-down box with list of users */
rsprintf(" |