Skip to content

Commit

Permalink
Add xmlns and xml:lang attributes on html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NumEricR committed Mar 30, 2013
1 parent fbeb759 commit 0f46d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -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 lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>GitHub R&eacute;sum&eacute;</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Expand Down

0 comments on commit 0f46d9a

Please sign in to comment.