Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit f5dab5b

Browse files
committed
Fix minor issues in meta tag
1 parent e37ec35 commit f5dab5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration-and-templating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ files here, the template and the CSS. As Symfony2 supports
389389
<!DOCTYPE html>
390390
<html>
391391
<head>
392-
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
392+
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
393393
<title>{% block title %}symblog{% endblock %} - symblog</title>
394394
<!--[if lt IE 9]>
395395
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -811,4 +811,4 @@ behind a Symfony2 application, including Routing and the Twig templating engine.
811811

812812
Next we will look at creating the Contact page. This page is slightly more involved than the About page
813813
as it allows users to interact with a web form to send us enquiries. The next chapter will introduce
814-
concpets including Validators and Forms.
814+
concpets including Validators and Forms.

0 commit comments

Comments
 (0)