diff options
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -440,6 +440,7 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 440 | "<input type=\"text\" name=\"id\" required=\"required\" placeholder=\"https://fedi.example.com/bob/....\">\n" | 440 | "<input type=\"text\" name=\"id\" required=\"required\" placeholder=\"https://fedi.example.com/bob/....\">\n" |
| 441 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" | 441 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" |
| 442 | "</form><p>\n" | 442 | "</form><p>\n" |
| 443 | "</details>\n" | ||
| 443 | 444 | ||
| 444 | "<details><summary>%s</summary>\n" | 445 | "<details><summary>%s</summary>\n" |
| 445 | 446 | ||
| @@ -484,7 +485,6 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 484 | 485 | ||
| 485 | "</div>\n" | 486 | "</div>\n" |
| 486 | "</details>\n" | 487 | "</details>\n" |
| 487 | "</details>\n" | ||
| 488 | "</div>\n" | 488 | "</div>\n" |
| 489 | "</div>\n"; | 489 | "</div>\n"; |
| 490 | 490 | ||
| @@ -550,7 +550,7 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 550 | 550 | ||
| 551 | L("Post"), | 551 | L("Post"), |
| 552 | 552 | ||
| 553 | L("Preferences..."), | 553 | L("Operations..."), |
| 554 | 554 | ||
| 555 | snac->actor, | 555 | snac->actor, |
| 556 | L("Follow"), L("(by URL or user@host)"), | 556 | L("Follow"), L("(by URL or user@host)"), |
| @@ -558,7 +558,7 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 558 | snac->actor, | 558 | snac->actor, |
| 559 | L("Boost"), L("(by URL)"), | 559 | L("Boost"), L("(by URL)"), |
| 560 | 560 | ||
| 561 | L("User Settings"), | 561 | L("User Settings..."), |
| 562 | snac->actor, | 562 | snac->actor, |
| 563 | L("Display name"), | 563 | L("Display name"), |
| 564 | es1, | 564 | es1, |