Rafael Cavazin
2013-01-27 94a784f2ec016c9cb205edfc39768460f3c5ef6d
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) {