Specify character set

This commit is contained in:
Frédéric Péters 2010-06-01 11:21:01 +02:00
parent 1d2019e6f7
commit 8b79f95210
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
{% load i18n %} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="{{ MEDIA_URL }}css/style.css" />
<title>{% block title %}User test{% endblock %}</title>
</head>