Skip to content

Commit

Permalink
updated doctype to xhtml transitional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeana Clark committed Feb 5, 2010
1 parent 9d69e6e commit 0f136c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tt/page.ttml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>bobby-tables.com: A guide to preventing SQL injection</title>
<link rel="stylesheet" type="text/css" href="css/bobby.css" />
</head>
Expand Down

0 comments on commit 0f136c8

Please sign in to comment.