James Moger
2011-06-09 f339f5de2ee6d354f55e14e9340bebc4611535b3
src/com/gitblit/wicket/pages/CommitPage.java
@@ -38,7 +38,6 @@
import com.gitblit.models.PathModel.PathChangeModel;
import com.gitblit.utils.JGitUtils;
import com.gitblit.utils.JGitUtils.SearchType;
import com.gitblit.utils.StringUtils;
import com.gitblit.wicket.WicketUtils;
import com.gitblit.wicket.panels.CommitHeaderPanel;
import com.gitblit.wicket.panels.CommitLegendPanel;
@@ -129,7 +128,7 @@
                  SearchType.AUTHOR));
            item.add(WicketUtils.createTimestampLabel("authorDate", entry.notesRef
                  .getAuthorIdent().getWhen(), getTimeZone()));
            item.add(new Label("noteContent", StringUtils.breakLinesForHtml(entry.content))
            item.add(new Label("noteContent", substituteText(entry.content))
                  .setEscapeModelStrings(false));
         }
      };