summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
af49b7d)
Author: noodles
Date: 2002/11/15 15:24:49
Correct content-type to use UTF-8 instead of utf8 (pointed out by huggie).
*/
void start_html(const char *title)
{
*/
void start_html(const char *title)
{
- puts("Content-Type: text/html; charset=utf8\n");
+ puts("Content-Type: text/html; charset=UTF-8\n");
puts("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 3.2 Final//EN'>");
puts("<HTML>");
puts("<HEAD>");
puts("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 3.2 Final//EN'>");
puts("<HTML>");
puts("<HEAD>");