]> source.dussan.org Git - gitea.git/commitdiff
Mirror change
authorUnknown <joe2010xtmf@163.com>
Mon, 17 Mar 2014 08:33:53 +0000 (04:33 -0400)
committerUnknown <joe2010xtmf@163.com>
Mon, 17 Mar 2014 08:33:53 +0000 (04:33 -0400)
routers/repo/single.go

index b16a706be6c321b5119f6eda4af4051bff86efd1..75eb1125038e42acf5f5857cba8dbc8d3fe2fb67 100644 (file)
@@ -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"