Stardrad Yin
2013-01-23 aefb59ef98522ef8a10ab64b25840f11e622e1c7
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) {