diff --git a/routers/repo/single.go b/routers/repo/single.go
index b16a706be6..75eb112503 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"