summaryrefslogtreecommitdiff
path: root/tools/doc/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc/html.js')
-rw-r--r--tools/doc/html.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/doc/html.js b/tools/doc/html.js
index c52fff70..700ab18c 100644
--- a/tools/doc/html.js
+++ b/tools/doc/html.js
@@ -48,7 +48,6 @@ function render(lexed, filename, template, cb) {
template = template.replace(/__FILENAME__/g, filename);
template = template.replace(/__SECTION__/g, section);
- template = template.replace(/__VERSION__/g, process.version);
template = template.replace(/__TOC__/g, toc);
// content has to be the last thing we do with