James Moger
2015-01-13 ffe9423942a8a8c8f69d7b77c6a59e6435002d83
src/main/java/com/gitblit/utils/SyndicationUtils.java
@@ -71,7 +71,11 @@
      feed.setEncoding("UTF-8");
      feed.setTitle(title);
      feed.setLink(feedLink);
      feed.setDescription(description);
      if (StringUtils.isEmpty(description)) {
         feed.setDescription(title);
      } else {
         feed.setDescription(description);
      }
      SyndImageImpl image = new SyndImageImpl();
      image.setTitle(Constants.NAME);
      image.setUrl(hostUrl + "/gitblt_25.png");