James Moger
2012-06-08 62cec24d10fe126e3b7651359c10cf8b7bfd6a5d
src/com/gitblit/utils/ActivityUtils.java
@@ -151,12 +151,12 @@
    * @param email
    *            address to query Gravatar
    * @param width
    *            size of thumbnail. if width <= 0, the defalt of 60 is used.
    *            size of thumbnail. if width <= 0, the default of 50 is used.
    * @return
    */
   public static String getGravatarThumbnailUrl(String email, int width) {
      if (width <= 0) {
         width = 60;
         width = 50;
      }
      String emailHash = StringUtils.getMD5(email);
      String url = MessageFormat.format(