This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git
commit 4d87e6af9dcd5c43b0a3abba932a53f83f1d91e5 Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 7 11:12:51 2021 -0700 actually highlight --- theme/apache/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 79b3aab..5582e50 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -108,5 +108,6 @@ under the License. <script src="/resources/js/jquery-2.1.4.min.js"></script> <script src="/resources/js/bootstrap.js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> + <script>hljs.highlightAll();</script> </body></html>
