diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-02-09 10:15:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 11:15:07 -0500 |
commit | 0c190e396df7025683b56f0e6f64356c907a8512 (patch) | |
tree | 5ad0a7cfaf3e685614b9d507076abf5b937e1e44 | |
parent | cef8f50286ce1bc04c2e5989998d5a0774870de7 (diff) | |
download | gitea-0c190e396df7025683b56f0e6f64356c907a8512.tar.gz gitea-0c190e396df7025683b56f0e6f64356c907a8512.zip |
Fix unmatched div in project filter (#22832)
(Note that the below screenshots aren't the same repo, the former is try
and the latter is local)
Before
![div-before](https://user-images.githubusercontent.com/42128690/217723899-a15da77f-a196-4b23-a157-e7f1e1979610.png)
After
![div-after](https://user-images.githubusercontent.com/42128690/217723878-e54235bc-a7d7-425e-bd0d-47d1814f18ba.png)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r-- | templates/repo/issue/list.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index cf2a2a6bba..4b7de641f1 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -276,7 +276,6 @@ {{.Title}} </div> {{end}} - </div> {{end}} </div> </div> |