change the DOCTYPE to non xhtml.

This commit is contained in:
Andrew Lewman 2010-10-09 22:53:02 +00:00
parent 6dc0a5c3ef
commit 33aef8385c

View File

@ -6,8 +6,8 @@
#use "versions.wmi" #use "versions.wmi"
#use "navigation.wmi" #use "navigation.wmi"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<title>$(TITLE)</title> <title>$(TITLE)</title>
<link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //> <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //>