Fixed wrong utf-8 charsetdefinition (typo)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart 2012-04-08 16:54:28 +00:00
parent 77ca40896a
commit 802a4beffb

View File

@ -57,7 +57,7 @@ const
head_start = '<head>';
head_end = '</head>';
meta_content_charset_utf8 = '<meta http-equiv="content-type" content="text/html; charset=utf8">';
meta_content_charset_utf8 = '<meta http-equiv="content-type" content="text/html; charset=utf-8">';
meta_content_style_type = '<meta http-equiv="content-style-type" content="text/css">';
meta_content_script_type = '<meta http-equiv="content-script-type" content="text/javascript">';
meta_name_author = '<meta name="author" content="%s">';