function prettyPrint is not defined
-
Simple fix in smart-syntax/includes/functions.php line 46
<?php if (true === empty($smart_syntax['cdn_prettify'])) { ?> <script>prettyPrint()</script> <?php } ?>
The error occurs when loading run_prettify.js from the google repository.
https://code.google.com/p/google-code-prettify/wiki/GettingStarted#Auto-Loader
- The topic ‘function prettyPrint is not defined’ is closed to new replies.