James Moger
2011-06-18 669686f6118544bf2122f1e7f3e39c5dbc9654f5
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);