diff options
Diffstat (limited to 'templates/repo_tree_file.html')
-rw-r--r-- | templates/repo_tree_file.html | 2 |
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 -}} |