James Moger
2014-12-03 b9b8932e390d26ef3ad0b5c67e0b1200c50874f7
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");