Преглед изворни кода

Revert "More minor HTML tweaks."

This reverts commit fab8b57e31bb8e5ca76d4d3b0d10f588c4273899.
default пре 2 година
родитељ
комит
c34d701a65
1 измењених фајлова са 29 додато и 30 уклоњено
  1. 29 30
      html.c

+ 29 - 30
html.c

@@ -337,36 +337,35 @@ xs_html *html_note(snac *user, char *summary,
                 xs_html_tag("summary",
                     xs_html_text(L("Poll..."))),
                 xs_html_tag("p",
-                    xs_html_text(L("Poll options (one per line, up to 8):")),
-                    xs_html_sctag("br", NULL),
-                    xs_html_tag("textarea",
-                        xs_html_attr("class",    "snac-textarea"),
-                        xs_html_attr("name",     "poll_options"),
-                        xs_html_attr("rows",     "4"),
-                        xs_html_attr("wrap",     "virtual"),
-                        xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n...")),
-                    xs_html_tag("p", NULL),
-                    xs_html_tag("select",
-                        xs_html_attr("name",    "poll_multiple"),
-                        xs_html_tag("option",
-                            xs_html_attr("value", "off"),
-                            xs_html_text(L("One choice"))),
-                        xs_html_tag("option",
-                            xs_html_attr("value", "on"),
-                            xs_html_text(L("Multiple choices")))),
-                    xs_html_text(" "),
-                    xs_html_tag("select",
-                        xs_html_attr("name",    "poll_end_secs"),
-                        xs_html_tag("option",
-                            xs_html_attr("value", "300"),
-                            xs_html_text(L("End in 5 minutes"))),
-                        xs_html_tag("option",
-                            xs_html_attr("value", "3600"),
-                            xs_html_attr("selected", NULL),
-                            xs_html_text(L("End in 1 hour"))),
-                        xs_html_tag("option",
-                            xs_html_attr("value", "86400"),
-                            xs_html_text(L("End in 1 day")))))));
+                    xs_html_text(L("Poll options (one per line, up to 8):"))),
+                xs_html_tag("textarea",
+                    xs_html_attr("class",    "snac-textarea"),
+                    xs_html_attr("name",     "poll_options"),
+                    xs_html_attr("rows",     "4"),
+                    xs_html_attr("wrap",     "virtual"),
+                    xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n...")),
+                xs_html_tag("p", NULL),
+                xs_html_tag("select",
+                    xs_html_attr("name",    "poll_multiple"),
+                    xs_html_tag("option",
+                        xs_html_attr("value", "off"),
+                        xs_html_text(L("One choice"))),
+                    xs_html_tag("option",
+                        xs_html_attr("value", "on"),
+                        xs_html_text(L("Multiple choices")))),
+                xs_html_text(" "),
+                xs_html_tag("select",
+                    xs_html_attr("name",    "poll_end_secs"),
+                    xs_html_tag("option",
+                        xs_html_attr("value", "300"),
+                        xs_html_text(L("End in 5 minutes"))),
+                    xs_html_tag("option",
+                        xs_html_attr("value", "3600"),
+                        xs_html_attr("selected", NULL),
+                        xs_html_text(L("End in 1 hour"))),
+                    xs_html_tag("option",
+                        xs_html_attr("value", "86400"),
+                        xs_html_text(L("End in 1 day"))))));
     }
 
     xs_html_add(form,