summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorYonle <yonle@lecturify.net>2023-07-24 23:13:13 +0700
committerYonle <yonle@lecturify.net>2023-07-24 23:13:13 +0700
commit3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985 (patch)
treea9d4cb2f7f7d38bb71efcbde78de9bed8ef79eaa /html.c
parent25bb8f0dd2c934d98f7f7e78514939a0256fc764 (diff)
html.c: Put "User Settings" outside of "Operations".
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.c b/html.c
index ab23032..7ce94f2 100644
--- a/html.c
+++ b/html.c
@@ -440,6 +440,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
"<input type=\"text\" name=\"id\" required=\"required\" placeholder=\"https://fedi.example.com/bob/....\">\n"
"<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
"</form><p>\n"
+ "</details>\n"
"<details><summary>%s</summary>\n"
@@ -484,7 +485,6 @@ d_char *html_top_controls(snac *snac, d_char *s)
"</div>\n"
"</details>\n"
- "</details>\n"
"</div>\n"
"</div>\n";
@@ -550,7 +550,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
L("Post"),
- L("Preferences..."),
+ L("Operations..."),
snac->actor,
L("Follow"), L("(by URL or user@host)"),
@@ -558,7 +558,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
snac->actor,
L("Boost"), L("(by URL)"),
- L("User Settings"),
+ L("User Settings..."),
snac->actor,
L("Display name"),
es1,