Commit ddb7ee92e6

ddb7ee92e64c3c73009008f6d5fa57c7fcff8437

parent: 5d87d824e2

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-20 00:19 UTC

web: the format picker no longer serves the profile form

Ref #236
internal/web/templates/layout.html +3 −3
@@ -135,9 +135,9 @@
135135
136136{{define "authorname"}}{{if .User}}<a class="authorlink" href="/{{.User}}" title="{{.Email}}">{{.Name}}</a>{{else}}<span title="{{.Email}}">{{.Name}}</span>{{end}}{{end}}
137137
138{{/* formatpicker is the md/org choice on a body: issue and MR create, and
139 a profile's about text. The argument is the currently selected
140 format; empty selects Markdown, today's default. */}}
138{{/* formatpicker is the md/org choice on a body: issue and MR create.
139 The argument is the currently selected format; empty selects
140 Markdown, today's default. */}}
141141{{define "formatpicker"}}<p class="branchpick">
142142 <label for="format">Body markup</label>
143143 <select id="format" name="format">