Merge pull request #12 from adrexia/tutorial-doctype-update

BUGFIX: Update tutorial theme doctype to html5
This commit is contained in:
Will Rossiter 2012-04-26 21:00:59 -07:00
commit 28b2704d0c

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<!doctype html>
<html>
<head>
<% base_tag %>
<link rel="stylesheet" type="text/css" href="tutorial/css/layout.css" />