From 2471b8dfe0c022bf80bd6ba62515dcf00a33c59e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 16 May 2014 14:31:00 +0900 Subject: [PATCH] bugfix --- src/main/twirl/repo/files.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/repo/files.scala.html b/src/main/twirl/repo/files.scala.html index 84b28e985..3e6d9993e 100644 --- a/src/main/twirl/repo/files.scala.html +++ b/src/main/twirl/repo/files.scala.html @@ -16,7 +16,7 @@ mini = true ){ @repository.branchList.map { x => -
  • @helper.html.checkicon(x == branch) @x
  • +
  • @helper.html.checkicon(x == branch) @x
  • } } @repository.name /