Fixed type in title/class display of attribvalue

SVN revision: 1873
This commit is contained in:
2007-06-29 09:41:24 +00:00
parent ccf71abfb2
commit 608025edb4
+1 -1
View File
@@ -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("&nbsp;");