Examples: Uncommented out doctype in a few example html files to avoid quirks mode

This commit is contained in:
Richard D. Worth 2011-06-30 21:20:09 -04:00
parent 7622b3bdaf
commit 10e36f98ee
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<!-- <!DOCTYPE html> -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

View file

@ -1,4 +1,4 @@
<!-- <!DOCTYPE html> -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

View file

@ -1,4 +1,4 @@
<!-- <!DOCTYPE html> -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">