BUGFIX: Tutorial theme doctype

Update doctype to use html5 rather than xHTML. Prevents unformed XML
error
This commit is contained in:
Naomi Guyer 2012-04-27 14:40:56 +12:00
parent c233f29036
commit b7d4ed887c

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" />