From 9e9d740199e11ca79463f9f4df6f55f0e25cc1aa Mon Sep 17 00:00:00 2001 From: default Date: Mon, 10 Apr 2023 13:22:59 +0200 Subject: Added image attachments. --- html.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index 9850dfd..c8d3e39 100644 --- a/html.c +++ b/html.c @@ -332,7 +332,7 @@ d_char *html_top_controls(snac *snac, d_char *s) "\n" "

%s: \n" "

%s: \n" - "

\n" + "

%s: \n" "

%s: \n" "

\n" "

\n" @@ -425,6 +425,7 @@ d_char *html_top_controls(snac *snac, d_char *s) snac->actor, L("Sensitive content"), L("Only for mentioned people"), + L("Image"), L("Image description"), L("Post"), @@ -593,7 +594,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) "

%s: \n" "

%s: \n" - "

\n" + "

%s: \n" "

%s: \n" "\n" @@ -609,6 +610,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) id, L("Sensitive content"), L("Only for mentioned people"), + L("Image"), L("Image description"), md5, L("Post") @@ -632,7 +634,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) "

%s: \n" "

%s: \n" - "

\n" + "

%s: \n" "

%s: \n" "\n" @@ -648,6 +650,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, const char *md5) id, L("Sensitive content"), L("Only for mentioned people"), + L("Image"), L("Image description"), md5, L("Post") -- cgit v1.2.3