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:
201201 <!DOCTYPE html>
202202 <html>
203203 <head>
204- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >
204+ <meta charset="UTF-8" >
205205 <title>{% block title %}Test Application{% endblock %}</title>
206206 </head>
207207 <body>
@@ -226,7 +226,7 @@ First, build a base layout file:
226226 <!DOCTYPE html>
227227 <html>
228228 <head>
229- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >
229+ <meta charset="UTF-8" >
230230 <title><?php $view['slots']->output('title', 'Test Application') ?></title>
231231 </head>
232232 <body>
@@ -311,7 +311,7 @@ output might look like this:
311311 <!DOCTYPE html>
312312 <html >
313313 <head >
314- <meta http-equiv = " Content-Type " content = " text/html; charset=utf-8 " / >
314+ <meta charset = " UTF-8 " >
315315 <title >My cool blog posts</title >
316316 </head >
317317 <body >
You can’t perform that action at this time.
0 commit comments