aboutsummaryrefslogtreecommitdiff
path: root/frontend/submit.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/submit.ts')
-rw-r--r--frontend/submit.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/submit.ts b/frontend/submit.ts
index 44df7b9..1e67b32 100644
--- a/frontend/submit.ts
+++ b/frontend/submit.ts
@@ -42,10 +42,10 @@ export function section_submit() {
If an email address is provided, you will be informed about the status of your proposal.
`),
e("table", {},
- e("tr", {}, e("td", {}, e("label", {for: "i-name" }, "Website Name:" )), e("td", {}, name_input )),
- e("tr", {}, e("td", {}, e("label", {for: "i-bang" }, "Bang:" )), e("td", {}, bang_input )),
- e("tr", {}, e("td", {}, e("label", {for: "i-url" }, "Search URL:" )), e("td", {}, url_input )),
- e("tr", {}, e("td", {}, e("label", {for: "i-email"}, "Notification email (optional):")), e("td", {}, email_input))
+ e("tr", {}, e("td", {}, e("label", { for: "i-name" }, "Website Name:")), e("td", {}, name_input)),
+ e("tr", {}, e("td", {}, e("label", { for: "i-bang" }, "Bang:")), e("td", {}, bang_input)),
+ e("tr", {}, e("td", {}, e("label", { for: "i-url" }, "Search URL:")), e("td", {}, url_input)),
+ e("tr", {}, e("td", {}, e("label", { for: "i-email" }, "Notification email (optional):")), e("td", {}, email_input))
),
submit_button
)