aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-27 11:56:20 -0700
committerUnknwon <u@gogs.io>2016-08-27 11:56:20 -0700
commitbbca2916f7d2df9088fc9e4d76fc71c905eb06f0 (patch)
tree00e15c2d541c987c1986eaf33ea6a11f0c0478c0 /templates/base
parent37305a59ca0cdc7efe880d4e54f68ecbe3eacc29 (diff)
downloadgitea-bbca2916f7d2df9088fc9e4d76fc71c905eb06f0.tar.gz
gitea-bbca2916f7d2df9088fc9e4d76fc71c905eb06f0.zip
Update highlightjs
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/footer.tmpl4
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">