From: Unknown Date: Mon, 17 Mar 2014 08:33:53 +0000 (-0400) Subject: Mirror change X-Git-Tag: v0.9.99~2422^2~2^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf9fa06eae68cea08c3f2fb28644a80bb08be2c3;p=gitea.git Mirror change --- 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"