Skip to content

Commit a98b818

Browse files
committed
fix merge error
1 parent c550173 commit a98b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/home.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{$showTree := not $isHomepage}}
1818
<div role="main" aria-label="{{.Title}}" class="page-content repository file list {{if .IsBlame}}blame{{end}}">
1919
{{template "repo/header" .}}
20-
<div class="ui container {{if .IsBlame}}fluid padded{{end}} {{if $showTree}}tree-mode-container{{end}}"">
20+
<div class="ui container {{if .IsBlame}}fluid padded{{end}} {{if $showTree}}tree-mode-container{{end}}">
2121
{{template "base/alert" .}}
2222
{{template "repo/code/recently_pushed_new_branches" .}}
2323
{{if and (not .HideRepoInfo) (not .IsBlame)}}
@@ -211,4 +211,4 @@
211211
{{end}}
212212
</div>
213213
</div>
214-
{{template "base/footer" .}}
214+
{{template "base/footer" .}}

0 commit comments

Comments
 (0)