File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ First, build a base layout file:
201
201
<!DOCTYPE html>
202
202
<html>
203
203
<head>
204
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >
204
+ <meta charset="UTF-8" >
205
205
<title>{% block title %}Test Application{% endblock %}</title>
206
206
</head>
207
207
<body>
@@ -226,7 +226,7 @@ First, build a base layout file:
226
226
<!DOCTYPE html>
227
227
<html>
228
228
<head>
229
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >
229
+ <meta charset="UTF-8" >
230
230
<title><?php $view['slots']->output('title', 'Test Application') ?></title>
231
231
</head>
232
232
<body>
@@ -311,7 +311,7 @@ output might look like this:
311
311
<!DOCTYPE html>
312
312
<html >
313
313
<head >
314
- <meta http-equiv = " Content-Type " content = " text/html; charset=utf-8 " / >
314
+ <meta charset = " UTF-8 " >
315
315
<title >My cool blog posts</title >
316
316
</head >
317
317
<body >
You can’t perform that action at this time.
0 commit comments