Skip to content

Commit 892ba87

Browse files
ragiragikoichik
authored andcommitted
docs: fix javascript error on document page
`highlight()` is called twice. It causes following javascript error. > Uncaught Found <pre> element with class="sh_sourcecode", > but no such language exists Fixes nodejs#2393.
1 parent ef65919 commit 892ba87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ <h1>Node.js v0.6.6 Manual &amp; Documentation</h1>
3131
var pageTracker = _gat._getTracker("UA-10874194-2");
3232
pageTracker._trackPageview();
3333
} catch(err) {}</script>
34-
<script>highlight(undefined, undefined, 'pre');</script>
3534
</body>
3635
</html>

0 commit comments

Comments
 (0)