소스 검색

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"