diff options
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index a2ed097843..28995dcbdf 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -33,8 +33,8 @@ <!-- Third-party libraries --> {{if .RequireHighlightJS}} - <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.2.0/github.css"> - <script src="{{AppSubUrl}}/plugins/highlight-9.2.0/highlight.pack.js"></script> + <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.6.0/github.css"> + <script src="{{AppSubUrl}}/plugins/highlight-9.6.0/highlight.pack.js"></script> {{end}} {{if .RequireMinicolors}} <link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css"> |