James Moger
2011-06-18 896c533de882d729a6fd8a30e08fd5a9e9eec27d
src/com/gitblit/utils/SyndicationUtils.java
@@ -48,7 +48,7 @@
      feed.setDescription(description);
      SyndImageImpl image = new SyndImageImpl();
      image.setTitle(Constants.NAME);
      image.setUrl(hostUrl + Constants.RESOURCE_PATH + "gitblt_25.png");
      image.setUrl(hostUrl + "/gitblt_25.png");
      image.setLink(hostUrl);
      feed.setImage(image);