diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 14:42:13 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 14:42:13 +0800 |
commit | ab3a64993c87fdb433e0bd89a67c3d2e527ff68d (patch) | |
tree | c15459c7d5a8defaedfeed74c08df46be3aa7469 /templates | |
parent | {category_,}index: Add heading (diff) | |
download | forge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.tar.gz forge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.tar.zst forge-ab3a64993c87fdb433e0bd89a67c3d2e527ff68d.zip |
handle_repo_tree: Syntax highlighting
Diffstat (limited to 'templates')
-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 -}} |