From cf9fa06eae68cea08c3f2fb28644a80bb08be2c3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 17 Mar 2014 04:33:53 -0400 Subject: [PATCH] Mirror change --- routers/repo/single.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"