diff options
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2021,7 +2021,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2021 | xs_html_add(content_attachments, | 2021 | xs_html_add(content_attachments, |
| 2022 | xs_html_tag("p", | 2022 | xs_html_tag("p", |
| 2023 | xs_html_tag("a", | 2023 | xs_html_tag("a", |
| 2024 | xs_html_attr("href", href), | 2024 | xs_html_attr("href", o_href), |
| 2025 | xs_html_text(href)))); | 2025 | xs_html_text(href)))); |
| 2026 | 2026 | ||
| 2027 | /* do not generate an Alt... */ | 2027 | /* do not generate an Alt... */ |
| @@ -2031,10 +2031,10 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2031 | xs_html_add(content_attachments, | 2031 | xs_html_add(content_attachments, |
| 2032 | xs_html_tag("p", | 2032 | xs_html_tag("p", |
| 2033 | xs_html_tag("a", | 2033 | xs_html_tag("a", |
| 2034 | xs_html_attr("href", href), | 2034 | xs_html_attr("href", o_href), |
| 2035 | xs_html_text(L("Attachment")), | 2035 | xs_html_text(L("Attachment")), |
| 2036 | xs_html_text(": "), | 2036 | xs_html_text(": "), |
| 2037 | xs_html_text(href)))); | 2037 | xs_html_text(o_href)))); |
| 2038 | 2038 | ||
| 2039 | /* do not generate an Alt... */ | 2039 | /* do not generate an Alt... */ |
| 2040 | name = NULL; | 2040 | name = NULL; |