James Moger
2014-09-17 5785497bca7d8c18b76d9d18333a1ece0372a8e6
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");