浏览代码

Mirror change

Unknown 11 年之前
父节点
当前提交
cf9fa06eae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/repo/single.go

+ 1 - 1
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"