James Moger
2014-04-11 ec53f7c3792372bfeb449126594076d1bcf5f084
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);
      }