From 68cf30b2d53704646c60fb23a498040d03d1ab07 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 21 Apr 2020 20:41:42 -0500 Subject: [PATCH] keep indents --- templates/repo_blob.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo_blob.html b/templates/repo_blob.html index 7852ba2..8c4e295 100644 --- a/templates/repo_blob.html +++ b/templates/repo_blob.html @@ -14,7 +14,7 @@
{% for line in blob.lines %} - {{ line }} +
{{ line }}

{% endfor %}