David Ostrovsky
2014-03-13 bf4fc5c25ec31566b0fc1ee2e5e8bc15e5512893
src/main/java/com/gitblit/wicket/pages/RepositoriesPage.java
@@ -150,7 +150,7 @@
      if (!StringUtils.isEmpty(lc)) {
         if (!StringUtils.isEmpty(cc)) {
            files.add(base + "_" + lc + "-" + cc + ext);
            files.add(base + "_" + lc + "_" + cc + ext);
            files.add(base + "_" + lc + "_" + cc.toUpperCase() + ext);
         }
         files.add(base + "_" + lc + ext);
      }