Skip to content

Commit adef350

Browse files
Seldaekfabpot
authored andcommitted
Switching doctypes to HTML5, it's the future
1 parent 3992be5 commit adef350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/templating/Twig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ And here is a typical layout:
4343
.. code-block:: jinja
4444
4545
{# 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>
4747
<html>
4848
<head>
4949
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

quick_tour/the_view.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for your entire project:
5757
.. code-block:: html+php
5858

5959
<!-- 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>
6161
<html>
6262
<head>
6363
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

0 commit comments

Comments
 (0)