fix encoding declaration on html tag

This commit is contained in:
2016-08-07 22:05:26 +02:00
parent c243b1fa59
commit 3b444b81bd

2
current_version/index.php Normal file → Executable file
View File

@@ -120,7 +120,7 @@ $asGeneralDisplay['main'] = $asGeneralDisplay['message']."\n".implode("\n", $asG
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Franzz" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE]>