aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clog.c')
-rw-r--r--src/clog.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/clog.c b/src/clog.c
index f82c875..b98e6d7 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -487,10 +487,7 @@ int get_new_entry_form(struct http_request *req) {
content = kore_buf_alloc(0);
- kore_buf_appendf(
- content, (const char *) asset_entry_edit_html,
- "", "", ""
- );
+ kore_buf_append(content, asset_entry_new_html, asset_len_entry_new_html);
http_ok_resp(req, HTTP_STATUS_OK, content);