diff options
| author | 2024-11-07 22:01:00 +0100 | |
|---|---|---|
| committer | 2024-11-07 22:01:00 +0100 | |
| commit | 585adead38b5a8ec543cc6fcc990b0d1ef4d62ba (patch) | |
| tree | a73ee117ed8872561f14367147f756fc27f292d8 | |
| parent | Updated dependencies. (diff) | |
| download | snac2-585adead38b5a8ec543cc6fcc990b0d1ef4d62ba.tar.gz snac2-585adead38b5a8ec543cc6fcc990b0d1ef4d62ba.tar.xz snac2-585adead38b5a8ec543cc6fcc990b0d1ef4d62ba.zip | |
Fixed some URLs that should not be proxied.
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2037,7 +2037,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2037 | xs_html_add(content_attachments, | 2037 | xs_html_add(content_attachments, |
| 2038 | xs_html_tag("p", | 2038 | xs_html_tag("p", |
| 2039 | xs_html_tag("a", | 2039 | xs_html_tag("a", |
| 2040 | xs_html_attr("href", href), | 2040 | xs_html_attr("href", o_href), |
| 2041 | xs_html_text(href)))); | 2041 | xs_html_text(href)))); |
| 2042 | 2042 | ||
| 2043 | /* do not generate an Alt... */ | 2043 | /* do not generate an Alt... */ |
| @@ -2047,10 +2047,10 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2047 | xs_html_add(content_attachments, | 2047 | xs_html_add(content_attachments, |
| 2048 | xs_html_tag("p", | 2048 | xs_html_tag("p", |
| 2049 | xs_html_tag("a", | 2049 | xs_html_tag("a", |
| 2050 | xs_html_attr("href", href), | 2050 | xs_html_attr("href", o_href), |
| 2051 | xs_html_text(L("Attachment")), | 2051 | xs_html_text(L("Attachment")), |
| 2052 | xs_html_text(": "), | 2052 | xs_html_text(": "), |
| 2053 | xs_html_text(href)))); | 2053 | xs_html_text(o_href)))); |
| 2054 | 2054 | ||
| 2055 | /* do not generate an Alt... */ | 2055 | /* do not generate an Alt... */ |
| 2056 | name = NULL; | 2056 | name = NULL; |