Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannen <shannenlaptop@gmail.com>2011-12-20 08:57:45 +0400
committerkoichik <koichik@improvement.jp>2011-12-22 12:30:41 +0400
commitef659192a14fcd521801d33374b4feaf5dfaf105 (patch)
treeb3bbbfb4f04dc6e49f92d1bc1f0c206fc5e9d99a /doc/index.html
parent6029127ceae33dec541ef0457e650adb33d2763c (diff)
docs: use "Level 1" HTML5 features
Since we're using an HTML doctype we might as well use "Level 1" HTML5 features. See more: http://mathiasbynens.be/notes/html5-levels#level-1 Fixes #2386.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html
index f687c1495c3..fab47811bbd 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -1,7 +1,8 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
- <style type="text/css">
+ <meta charset="utf-8">
+ <style>
ul {
padding: 0;
margin: 0;
@@ -9,13 +10,12 @@
</style>
<link type="image/x-icon" rel="icon" href="favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico">
- <link type="text/css" rel="stylesheet" href="pipe.css">
- <link type="text/css" rel="stylesheet" href="sh_vim-dark.css">
+ <link rel="stylesheet" href="pipe.css">
+ <link rel="stylesheet" href="sh_vim-dark.css">
<link rel="alternate"
type="application/rss+xml"
title="node blog"
href="http://feeds.feedburner.com/nodejs/123123123">
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>node.js</title>
</head>
<body>
@@ -200,16 +200,16 @@ server.listen(1337, "127.0.0.1");</pre>
is a <a href="trademark-policy.pdf">trademark of Joyent, Inc</a>.
</div>
- <script type="text/javascript" src="sh_main.js"></script>
- <script type="text/javascript" src="sh_javascript.min.js"></script>
- <script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
+ <script src="sh_main.js"></script>
+ <script src="sh_javascript.min.js"></script>
+ <script>highlight(undefined, undefined, 'pre');</script>
- <script type="text/javascript">
+ <script>
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
- <script type="text/javascript">
+ <script>
try {
var pageTracker = _gat._getTracker("UA-10874194-2");
pageTracker._trackPageview();