James Moger
2014-05-05 6a897222cbbf6559e8970a9c66f1870c812569e9
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);
      }