From 1928d91553265b9735ee16310de5ea8de051b119 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 16:22:13 -0400 Subject: mq_html_*_free(): Remove and merge with non-*_free() variants --- (limited to 'src/about/version.c') diff --git a/src/about/version.c b/src/about/version.c index a7f20d0..3e938db 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -738,8 +738,8 @@ mq_about_version_response(MqApplication __attribute__((unused)) *application, PACKAGE_NAME, PACKAGE_VERSION_GIT), "About", mq_html_container("div", - mq_html_h3("Authors"), - mq_html_list(NULL, + mq_html_h3(NULL, "Authors"), + mq_html_list(NULL, NULL, "Patrick McDermott " "<pj@pehjota.net>", NULL), -- cgit v0.9.1