diff options
| author | 2025-01-05 14:45:24 +0100 | |
|---|---|---|
| committer | 2025-01-05 14:45:24 +0100 | |
| commit | 99be968f0112fb5fefe0944f7f0939ba11aa7e72 (patch) | |
| tree | bf07f8d0859e962ac28f8f108aaf62191e1c05c3 | |
| parent | More sandbox compilation tweaks under Alpine Linux. (diff) | |
| download | snac2-99be968f0112fb5fefe0944f7f0939ba11aa7e72.tar.gz snac2-99be968f0112fb5fefe0944f7f0939ba11aa7e72.tar.xz snac2-99be968f0112fb5fefe0944f7f0939ba11aa7e72.zip | |
Updated tip for the search box.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -790,7 +790,7 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 790 | xs_html_sctag("input", | 790 | xs_html_sctag("input", |
| 791 | xs_html_attr("type", "text"), | 791 | xs_html_attr("type", "text"), |
| 792 | xs_html_attr("name", "q"), | 792 | xs_html_attr("name", "q"), |
| 793 | xs_html_attr("title", L("Search posts by content (regular expression), @user@host accounts, or #tag")), | 793 | xs_html_attr("title", L("Search posts by URL or content (regular expression), @user@host accounts, or #tag")), |
| 794 | xs_html_attr("placeholder", L("Content search"))))); | 794 | xs_html_attr("placeholder", L("Content search"))))); |
| 795 | } | 795 | } |
| 796 | 796 | ||