Skip to content

Commit f0851e4

Browse files
committed
modern html doesn't use />
1 parent 74f80d4 commit f0851e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_title.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{if $canEditIssueTitle}}
2929
<form class="ui form issue-title tw-hidden" id="issue-title-editor">
3030
<div class="ui input tw-flex-1">
31-
<input name="title" value="{{.Issue.Title}}" data-old-title="{{.Issue.Title}}" maxlength="255" autocomplete="off" />
31+
<input name="title" value="{{.Issue.Title}}" data-old-title="{{.Issue.Title}}" maxlength="255" autocomplete="off">
3232
</div>
3333
<div class="issue-title-buttons">
3434
<button type="button" class="ui small basic cancel button">{{ctx.Locale.Tr "repo.issues.cancel"}}</button>

0 commit comments

Comments
 (0)