mirror of
https://github.com/torproject/webwml.git
synced 2024-12-14 22:08:41 +00:00
change the DOCTYPE to non xhtml.
This commit is contained in:
parent
6dc0a5c3ef
commit
33aef8385c
@ -6,8 +6,8 @@
|
||||
#use "versions.wmi"
|
||||
#use "navigation.wmi"
|
||||
|
||||
<!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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>$(TITLE)</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //>
|
||||
|
Loading…
Reference in New Issue
Block a user