Skip to content

Commit

Permalink
FLUID-5004: Changed to html5 doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed May 2, 2013
1 parent e4ced14 commit 3d3553f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Fluid Project Daily Build Resources</title>
Expand Down

0 comments on commit 3d3553f

Please sign in to comment.