Skip to content

Commit

Permalink
BUGFIX: Tutorial theme doctype
Browse files Browse the repository at this point in the history
Update doctype to use html5 rather than xHTML. Prevents unformed XML
error
  • Loading branch information
adrexia committed Apr 27, 2012
1 parent c233f29 commit b7d4ed8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions themes/tutorial/templates/Page.ss
@@ -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" />
Expand Down

0 comments on commit b7d4ed8

Please sign in to comment.