diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -813,7 +813,7 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 813 | while (xs_dict_next(metadata, &k, &v, &c)) { | 813 | while (xs_dict_next(metadata, &k, &v, &c)) { |
| 814 | xs_html *value; | 814 | xs_html *value; |
| 815 | 815 | ||
| 816 | if (xs_startswith(v, "https:/" "/")) { | 816 | if (xs_startswith(v, "http")) { |
| 817 | /* is this link validated? */ | 817 | /* is this link validated? */ |
| 818 | xs *verified_link = NULL; | 818 | xs *verified_link = NULL; |
| 819 | xs_number *val_time = xs_dict_get(val_links, v); | 819 | xs_number *val_time = xs_dict_get(val_links, v); |