diff options
-rw-r--r-- | templates/commit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.html b/templates/commit.html index c37f850..f0c58dc 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -66,7 +66,6 @@ {{ else }} <a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a> {{- end -}} - </div> {{ if .IsBinary }} <p>Not showing binary file.</p> {{ else }} @@ -88,6 +87,7 @@ {{- end -}} </pre> </div> + </div> {{ end }} </section> </main> |