James Moger
2011-05-19 9da97003c7f33a64ae5060f413f9c4c5d26efe78
src/com/gitblit/wicket/pages/BlobPage.java
@@ -75,7 +75,7 @@
         case 1:
            // PrettyPrint blob text
            c = new Label("blobText", JGitUtils.getRawContentAsString(r, commit, blobPath));
            WicketUtils.setCssClass(c, "prettyprint");
            WicketUtils.setCssClass(c, "prettyprint linenums");
            break;
         case 2:
            // TODO image blobs