summaryrefslogtreecommitdiffstats
path: root/modules/template
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-01-31 14:19:02 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-02-04 18:21:47 -0200
commit2bfb8bb5fdebb4ae02c83a271e8eb24bc68afec1 (patch)
tree5d09fae4e0f0be52ec38437070433623c89f7006 /modules/template
parent137a49e8342ab207c8570fc18b7c81b5fa9789ab (diff)
downloadgitea-2bfb8bb5fdebb4ae02c83a271e8eb24bc68afec1.tar.gz
gitea-2bfb8bb5fdebb4ae02c83a271e8eb24bc68afec1.zip
Enable sintax highlighting on diff view. Close #733
Diffstat (limited to 'modules/template')
-rw-r--r--modules/template/highlight/highlight.go (renamed from modules/template/highlight.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/template/highlight.go b/modules/template/highlight/highlight.go
index bd9813eef2..bbf08e0436 100644
--- a/modules/template/highlight.go
+++ b/modules/template/highlight/highlight.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package template
+package highlight
import (
"path"