File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ And here is a typical layout:
43
43
.. code-block :: jinja
44
44
45
45
{# src/Application/HelloBundle/Resources/views/layout.twig #}
46
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
46
+ <!DOCTYPE html>
47
47
<html>
48
48
<head>
49
49
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ for your entire project:
57
57
.. code-block :: html+php
58
58
59
59
<!-- app/views/layout.php -->
60
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
60
+ <!DOCTYPE html>
61
61
<html>
62
62
<head>
63
63
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
You can’t perform that action at this time.
0 commit comments