diff options
-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 b16a706b..75eb1125 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" |