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:
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/template.html b/doc/template.html
index 19bca35f374..629dd613bb4 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>{{section}}Node.js Manual &amp; Documentation</title>
+ <meta charset="UTF-8" />
+ <title>{{section}}Node.js v0.4.11 Manual &amp; Documentation</title>
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -10,7 +11,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js Manual &amp; Documentation</h1>
+ <h1>Node.js v0.4.11 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>
@@ -22,4 +23,4 @@
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
</body>
-</html> \ No newline at end of file
+</html>