File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/UnidocPages/Templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ extension Site.Admin:AdministrativePage
97
97
98
98
main [ . form]
99
99
{
100
- $0. enctype = " \( MultipartType . form_data) ) "
100
+ $0. enctype = " \( MultipartType . form_data) "
101
101
$0. action = " \( Self [ . upload] ) "
102
102
$0. method = " post "
103
103
}
@@ -122,7 +122,7 @@ extension Site.Admin:AdministrativePage
122
122
123
123
main [ . form]
124
124
{
125
- $0. enctype = " multipart/form-data "
125
+ $0. enctype = " \( MultipartType . form_data ) "
126
126
$0. action = " \( Self [ . rebuild] ) "
127
127
$0. method = " post "
128
128
}
@@ -140,7 +140,7 @@ extension Site.Admin:AdministrativePage
140
140
141
141
main [ . form]
142
142
{
143
- $0. enctype = " application/x-www-form-urlencoded "
143
+ $0. enctype = " \( MediaType . application ( . x_www_form_urlencoded ) ) "
144
144
$0. action = " \( Self [ action] ) "
145
145
$0. method = " get "
146
146
}
You can’t perform that action at this time.
0 commit comments