James Moger
2012-01-11 a48c33a76f3497d33e0c3d0d3cf1a59aef23679f
src/com/gitblit/wicket/pages/GravatarProfilePage.java
@@ -51,7 +51,10 @@
      } catch (IOException e) {
         error(MessageFormat.format("Failed to find Gravatar profile for {0}", object), e, true);
      }
      if (profile == null) {
         error(MessageFormat.format("Failed to find Gravatar profile for {0}", object), true);
      }
      add(new Label("displayName", profile.displayName));
      add(new Label("username", profile.preferredUsername));
      add(new Label("location", profile.currentLocation));