James Moger
2011-09-14 8f73a7cc630bb61d088c7cdad30a6708870184ee
src/com/gitblit/build/BuildSite.java
@@ -55,6 +55,8 @@
 */
public class BuildSite {
   private static final String SPACE_DELIMITED = "SPACE-DELIMITED";
   private static final String CASE_SENSITIVE = "CASE-SENSITIVE";
   private static final String RESTART_REQUIRED = "RESTART REQUIRED";
@@ -265,7 +267,7 @@
      for (Setting setting : settings) {
         for (String comment : setting.comments) {
            if (comment.contains(SINCE) || comment.contains(RESTART_REQUIRED)
                  || comment.contains(CASE_SENSITIVE)) {
                  || comment.contains(CASE_SENSITIVE) || comment.contains(SPACE_DELIMITED)) {
               sb.append(MessageFormat.format(
                     "<span style=\"color:#004000;\"># <i>{0}</i></span>",
                     transformMarkdown(comment)));