Skip to content

Commit

Permalink
fix highlightjs deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 15, 2025
1 parent 1de83f0 commit 925dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/wps_restapi/templates/responses/head.mako
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<script charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/accesslog.min.js"></script>
<script charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/json.min.js"></script>
<script charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/yaml.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>hljs.highlightAll();</script>
</head>
</%block>

0 comments on commit 925dc02

Please sign in to comment.