From 1f8e4873a1dcf42160a180e0129774139cbf5b63 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Wed, 6 Apr 2022 01:24:52 +0200 Subject: [PATCH] fix unclosed div and wrong input fields --- src/babillard_page.eml.html | 59 ++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/src/babillard_page.eml.html b/src/babillard_page.eml.html index b5cee28..0f2af1c 100644 --- a/src/babillard_page.eml.html +++ b/src/babillard_page.eml.html @@ -2,7 +2,7 @@ let f request = % let new_thread_button = % if Option.is_none @@ Dream.session "nick" request then -% Format.sprintf +% Format.sprintf % {|New Thread|} (Dream.to_percent_encoded "/") % else {||} % in @@ -18,38 +18,37 @@ let f request = <%s! new_thread_button %>
- -
- -
-

New thread

- +
+
+

New thread

+ Click the map and make a new thread: - -
-
+ +
+
<%s! Dream.form_tag ~action:"/" ~enctype:`Multipart_form_data request %> - - + + - - -
- - -
- - <%s! Format.asprintf "%a" Pp_babillard.pp_checkboxes () %> - -
- - -
- - -
- - + + +
+ + +
+ + <%s! Format.asprintf "%a" Pp_babillard.pp_checkboxes () %> + +
+ + +
+ + +
+ + +