diff options
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/file.html b/templates/file.html index 2ccf1c6..ed6073f 100644 --- a/templates/file.html +++ b/templates/file.html @@ -10,7 +10,7 @@ {{ template "nav" . }} <main> <pre> - {{ .content }} +{{ .content }} </pre> </main> </body> |