diff options
| author | 2025-01-10 08:29:57 +0100 | |
|---|---|---|
| committer | 2025-01-10 08:29:57 +0100 | |
| commit | 538f6970f86323dca734436861fe19193fae87e5 (patch) | |
| tree | a9e3e0606b554308bbad00a4ed9d1924a341d853 /html.c | |
| parent | Show the location in the public page. (diff) | |
| download | snac2-538f6970f86323dca734436861fe19193fae87e5.tar.gz snac2-538f6970f86323dca734436861fe19193fae87e5.tar.xz snac2-538f6970f86323dca734436861fe19193fae87e5.zip | |
If a location is defined, user actors include a 'Place' object.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1311,7 +1311,7 @@ xs_html *html_top_controls(snac *snac) | |||
| 1311 | xs_html_attr("for", "show_contact_metrics"), | 1311 | xs_html_attr("for", "show_contact_metrics"), |
| 1312 | xs_html_text(L("Publish follower and following metrics")))), | 1312 | xs_html_text(L("Publish follower and following metrics")))), |
| 1313 | xs_html_tag("p", | 1313 | xs_html_tag("p", |
| 1314 | xs_html_text(L("Home location:")), | 1314 | xs_html_text(L("Current location:")), |
| 1315 | xs_html_sctag("br", NULL), | 1315 | xs_html_sctag("br", NULL), |
| 1316 | xs_html_sctag("input", | 1316 | xs_html_sctag("input", |
| 1317 | xs_html_attr("type", "text"), | 1317 | xs_html_attr("type", "text"), |