aboutsummaryrefslogtreecommitdiff
path: root/templates/file.html
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-11 21:17:04 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-11 21:17:04 +0530
commitce71721c6dc80db8af63f2098a1548308e2621b2 (patch)
tree80a4083382113b095de03f9c5d9032591f4ea439 /templates/file.html
parentgit: fix trees (diff)
downloadlegitrx-ce71721c6dc80db8af63f2098a1548308e2621b2.tar.gz
legitrx-ce71721c6dc80db8af63f2098a1548308e2621b2.tar.zst
legitrx-ce71721c6dc80db8af63f2098a1548308e2621b2.zip
routes, templates: tree and log views
Diffstat (limited to 'templates/file.html')
-rw-r--r--templates/file.html2
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>