Explorar el Código

Mirror change

Unknown hace 11 años
padre
commit
cf9fa06eae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"