James Moger
2012-08-26 e4e596252e090a7fa5e12457f8078bed71e9e40e
src/com/gitblit/wicket/pages/TagPage.java
@@ -51,7 +51,7 @@
      // Failed to find tag!
      if (tagRef == null) {
         error(MessageFormat.format("Could not find tag {0}", objectId), true);
         error(MessageFormat.format(getString("gb.couldNotFindTag"), objectId), true);
      }
      // Display tag.
@@ -87,7 +87,7 @@
      if (tagRef.getAuthorIdent() != null) {
         when = tagRef.getAuthorIdent().getWhen();
      }
      add(WicketUtils.createTimestampLabel("tagDate", when, getTimeZone()));
      add(WicketUtils.createTimestampLabel("tagDate", when, getTimeZone(), getTimeUtils()));
      addFullText("fullMessage", tagRef.getFullMessage(), true);
   }