]> source.dussan.org Git - gitea.git/commitdiff
Fix incorrect project page CSS class (#32510)
authorwxiaoguang <wxiaoguang@gmail.com>
Fri, 15 Nov 2024 01:30:26 +0000 (09:30 +0800)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 01:30:26 +0000 (01:30 +0000)
Otherwise milestone JS would run on this page and cause errors

templates/repo/projects/new.tmpl

index e70f3bca87da840c7054dc459ea94334fccdde2e..67abfe24be8e6ea1bb478f3902043546b2f035c2 100644 (file)
@@ -1,5 +1,5 @@
 {{template "base/head" .}}
-<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
+<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
        {{template "repo/header" .}}
        <div class="ui container">
        {{template "projects/new" .}}