fix encoding declaration on html tag
This commit is contained in:
2
current_version/index.php
Normal file → Executable file
2
current_version/index.php
Normal file → Executable 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]>
|
||||
|
||||
Reference in New Issue
Block a user