mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed type in title/class display of attribvalue
SVN revision: 1873
This commit is contained in:
parent
ccf71abfb2
commit
608025edb4
@ -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("<td%s class=\"%s\">\n", class_value, title);
|
||||
rsprintf("<td%s class=\"%s\">\n", title, class_value);
|
||||
rsputs2(lbs, FALSE, str);
|
||||
rsprintf(" ");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user