Add HTML5 doctype to base template.

This commit is contained in:
Lance Edgar 2015-08-20 21:17:21 -05:00
parent 8a6958775d
commit 226ca01720

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
<html style="direction: ltr;" xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />