Tom
2014-11-12 4dee2c5ee06677d12d5719bc18199a0affd13cc0
src/main/java/com/gitblit/wicket/pages/BlobPage.java
@@ -137,6 +137,7 @@
                  table = missingBlob(blobPath, commit);
               } else {
                  table = generateSourceView(source, extension, type == 1);
                  addBottomScriptInline("jQuery(prettyPrint);");
               }
               add(new Label("blobText", table).setEscapeModelStrings(false));
               add(new Image("blobImage").setVisible(false));
@@ -150,6 +151,7 @@
               table = missingBlob(blobPath, commit);
            } else {
               table = generateSourceView(source, null, false);
               addBottomScriptInline("jQuery(prettyPrint);");
            }
            add(new Label("blobText", table).setEscapeModelStrings(false));
            add(new Image("blobImage").setVisible(false));