mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Deleted debug code in html_entry().
This commit is contained in:
parent
144d3c29a9
commit
bc0f9d116f
10
html.c
10
html.c
@ -516,14 +516,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (strcmp(type, "Note") != 0) {
|
if (strcmp(type, "Note") != 0) {
|
||||||
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
|
/* skip oddities */
|
||||||
|
return os;
|
||||||
xs *s1 = xs_fmt("<p>%s ?</p>\n", type);
|
|
||||||
s = xs_str_cat(s, s1);
|
|
||||||
|
|
||||||
s = xs_str_cat(s, "</div>\n");
|
|
||||||
|
|
||||||
return xs_str_cat(os, s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bring the main actor */
|
/* bring the main actor */
|
||||||
|
Loading…
Reference in New Issue
Block a user