Glenn Matthys
2016-01-17 7e5107ef3e2bb0d7c31d3050fb8ba6cc1601ef1a
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);
      }