zhaopeng
2013-01-16 af0b7b7871fd41d7ce354df10e0211108467d55a
src/com/gitblit/PagesServlet.java
@@ -170,7 +170,7 @@
                  content = JGitUtils.getStringContent(r, tree, resource, encodings).getBytes(
                        Constants.ENCODING);
               } else {
                  content = JGitUtils.getByteContent(r, tree, resource);
                  content = JGitUtils.getByteContent(r, tree, resource, false);
               }
               response.setContentType(contentType);
            } catch (Exception e) {