1
0
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:
Witold Filipczyk 2007-07-26 13:14:20 +02:00 committed by Witold Filipczyk
parent d83989343a
commit 07b0598064

View File

@ -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;