aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/repo_tree_file.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html
index 72bf42b..d561485 100644
--- a/templates/repo_tree_file.html
+++ b/templates/repo_tree_file.html
@@ -9,7 +9,7 @@
<p>
/{{ .path_spec }}
</p>
-<pre>{{ .file_contents }}</pre>
+{{ .file_contents }}
</body>
</html>
{{- end -}}