mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed broken inline images
SVN revision: 1624
This commit is contained in:
parent
a5220a2c49
commit
4e4ed5565d
@ -5673,7 +5673,7 @@ void rsputs_elcode(LOGBOOK * lbs, BOOL email_notify, const char *str)
|
|||||||
if (email_notify)
|
if (email_notify)
|
||||||
compose_base_url(lbs, hattrib, sizeof(hattrib));
|
compose_base_url(lbs, hattrib, sizeof(hattrib));
|
||||||
else
|
else
|
||||||
strlcpy(hattrib, lbs->name_enc, sizeof(hattrib));
|
hattrib[0] = 0;
|
||||||
if (attrib[5] == '/') {
|
if (attrib[5] == '/') {
|
||||||
if (_current_message_id == 0) {
|
if (_current_message_id == 0) {
|
||||||
sprintf(param, "attachment%d", atoi(attrib + 6) - 1);
|
sprintf(param, "attachment%d", atoi(attrib + 6) - 1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user