diff options
Diffstat (limited to 'info2html.conf')
-rw-r--r-- | info2html.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/info2html.conf b/info2html.conf index 64e7add..6d1c6d4 100644 --- a/info2html.conf +++ b/info2html.conf @@ -76,9 +76,8 @@ $BOTS_STAY_AWAY = '<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" >'; #-- code put in every output document's 'head' section $HTML_HEAD_STUFF = qq! - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" > + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > $BOTS_STAY_AWAY - <link rel="stylesheet" type="text/css" title="main" href="/info2html.css" > <meta name="generator" content="info2html v$VERSION" > !; |