diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-17 04:33:53 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-17 04:33:53 -0400 |
commit | cf9fa06eae68cea08c3f2fb28644a80bb08be2c3 (patch) | |
tree | bbabe815f7bf90fbbb68ab494d8de9d76b90eed6 /routers | |
parent | 1043ab506e09a1e313ef98ebe8a3650e0b1133f7 (diff) | |
download | gitea-cf9fa06eae68cea08c3f2fb28644a80bb08be2c3.tar.gz gitea-cf9fa06eae68cea08c3f2fb28644a80bb08be2c3.zip |
Mirror change
Diffstat (limited to 'routers')
-rw-r--r-- | routers/repo/single.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/single.go b/routers/repo/single.go index b16a706be6..75eb112503 100644 --- a/routers/repo/single.go +++ b/routers/repo/single.go @@ -8,7 +8,7 @@ import ( "strings" "github.com/codegangsta/martini" - "github.com/slene/blackfriday" + // "github.com/slene/blackfriday" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/middleware" |