Joel Johnson
2015-06-29 0b298b78a7c1fcda7f799af0c045a6c2e829a6bf
src/main/java/com/gitblit/wicket/pages/MyDashboardPage.java
@@ -238,7 +238,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);
      }