mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed <i> which would be shown in plain text
This commit is contained in:
parent
37b4403931
commit
f32229ee98
@ -14267,7 +14267,7 @@ void show_forgot_pwd_page(LOGBOOK * lbs)
|
||||
rsprintf("</body></html>\n");
|
||||
return;
|
||||
} else {
|
||||
sprintf(str, loc("Error sending Email via <i>\"%s\"</i>"), smtp_host);
|
||||
sprintf(str, loc("Error sending Email via \"%s\""), smtp_host);
|
||||
strlcat(str, ": ", sizeof(str));
|
||||
strlcat(str, error, sizeof(str));
|
||||
show_error(str);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user