Skip to content

Commit

Permalink
Convert to the HTML5 doctype for readme.html. props gish, fixes #22932.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@23188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Dec 20, 2012
1 parent 978fe66 commit 7df5214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.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 xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WordPress &#8250; ReadMe</title>
Expand Down

0 comments on commit 7df5214

Please sign in to comment.