summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemes/about/version.c')
-rw-r--r--src/schemes/about/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schemes/about/version.c b/src/schemes/about/version.c
index 8045ade..fee367f 100644
--- a/src/schemes/about/version.c
+++ b/src/schemes/about/version.c
@@ -44,7 +44,7 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application,
title = g_strdup_printf("About %s", PACKAGE_NAME);
document = mq_html_document(title,
mq_html_notebook(FALSE, "notebook1", 0,
- mq_html_container("div",
+ mq_html_container("div", NULL,
mq_html_h3(PACKAGE_NAME),
mq_html_p_free(g_strconcat(PACKAGE_VERSION,
PACKAGE_VERSION_GIT, NULL)),
@@ -57,7 +57,7 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application,
"See the license text for details."),
NULL),
"About",
- mq_html_container("div",
+ mq_html_container("div", NULL,
mq_html_h3("Authors"),
mq_html_p("Patrick McDermott "
"<pj@pehjota.net>"),