James Moger
2013-01-11 5316d20e861640867d10405b25cfe75aeca0a34c
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);
   }