aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-13 21:18:19 +0100
committerAymeric Augustin2013-11-15 18:21:59 +0100
commit5f54e2d88a12ec7fa06bd2a9dd54e1af2f0b50f7 (patch)
tree2e07be38749bb2e42b23737f0a6b800b9b9507f0 /tests
parent80e94bd64ca23d78e57fe0937a9924e4df08072a (diff)
downloaddjango-debug-toolbar-5f54e2d88a12ec7fa06bd2a9dd54e1af2f0b50f7.tar.bz2
Add doctype to HTML templates.
Diffstat (limited to 'tests')
-rw-r--r--tests/templates/basic.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/basic.html b/tests/templates/basic.html
index a0ce0d4..bfdc973 100644
--- a/tests/templates/basic.html
+++ b/tests/templates/basic.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>