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 #2393.
This commit is contained in:
parent
ef659192a1
commit
892ba87866
@ -31,6 +31,5 @@
|
||||
var pageTracker = _gat._getTracker("UA-10874194-2");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
<script>highlight(undefined, undefined, 'pre');</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user