Fix attribute name for meta http-equiv
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>License agreement</title>
|
||||
<meta http-equiv="content-type" value="text/html;charset=utf-8"/>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Лицензионный договор</title>
|
||||
<meta http-equiv="content-type" value="text/html;charset=utf-8"/>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" value="text/html;charset=utf-8"/>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<center><p>
|
||||
|
Reference in New Issue
Block a user