summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-01-27 13:43:04 +0200
committerYuval Adam <yuv.adm@gmail.com>2014-01-27 13:43:04 +0200
commit883ef467898355edb0fa60642d40bbef3abe2c95 (patch)
treeb8d64c8f265e4aad4d461db9e85fd80d5d135ee7
parent039089cf279ac871658ff1a570e7fc02e6879abb (diff)
Fix doctype
-rw-r--r--newsdiff/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newsdiff/templates/article.html b/newsdiff/templates/article.html
index cb86626..465f528 100644
--- a/newsdiff/templates/article.html
+++ b/newsdiff/templates/article.html
@@ -1,4 +1,4 @@
-<!doctype html5>
+<!doctype html>
<html>
<head>
<title>{{ article.title }}</title>