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:
authorisaacs <i@izs.me>2011-12-13 02:19:14 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-12-13 02:28:49 +0400
commit93188918ea7e64e0572f0aeae12b277208b514f8 (patch)
treecf3a17eabd4f088f3c7ed4077933b9aa9cdbc691 /doc/template.html
parent8295c806181654fc6bbc8845c727b7378a196304 (diff)
Website js/css tweaks
Remove jquery Use HTML5 doctype Simpler clearfix implementation Close download dialog with <Esc> key
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/template.html b/doc/template.html
index 377cae8b3c3..8b8ab48348b 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="UTF-8" />
+ <meta charset="UTF-8">
<title>{{section}}Node.js v0.6.5 Manual &amp; Documentation</title>
- <link rel="stylesheet" href="assets/style.css" />
- <link rel="stylesheet" href="assets/sh.css" />
- <link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/>
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="stylesheet" href="assets/sh.css">
+ <link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
</head>
<body>
<div id="container">
@@ -14,7 +14,7 @@
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>
- <hr />
+ <hr>
</header>
{{content}}
</div>