James Moger
2011-06-18 5450d08e4cd11176bcc50a5b3d001d291bd8982c
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);