mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
scan_http_equiv: Added missing CRLF to the header.
Noticed when viewing Russian docs of the flac.
This commit is contained in:
parent
d83989343a
commit
07b0598064
@ -1105,6 +1105,7 @@ xsp:
|
|||||||
add_to_string(head, "Charset: ");
|
add_to_string(head, "Charset: ");
|
||||||
add_to_string(head, he);
|
add_to_string(head, he);
|
||||||
mem_free(he);
|
mem_free(he);
|
||||||
|
add_crlf_to_string(head);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME (bug 784): options->cp is the terminal charset;
|
/* FIXME (bug 784): options->cp is the terminal charset;
|
||||||
|
Loading…
Reference in New Issue
Block a user