Skip to content

Commit

Permalink
Use simpler HTML5 doctype in the documentation index
Browse files Browse the repository at this point in the history
Also don't pretend to be XML.
  • Loading branch information
vadz committed Mar 3, 2016
1 parent 6cd442f commit 9bbfbf8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/index.htm
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>

<!--
Name: index.htm
Expand Down

0 comments on commit 9bbfbf8

Please sign in to comment.