X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/a1e8056c92203d02860d719abb1d562453896da8..53d9d497ad0dcb0c37efb23a5468762355db6512:/html.c diff --git a/html.c b/html.c index 2d2b7f7..fe5bb68 100644 --- a/html.c +++ b/html.c @@ -32,11 +32,11 @@ void html_open(struct str *buf, const char *title, "\n" "\n" "\n" - "%s (darkstat3 %s)\n" + "%s (darkstat %s)\n" "\n" "\n" - "\n" - , title, opt_interface, root); + "\n", + title, title_interfaces, root); if (want_graph_js) str_appendf(buf, @@ -67,4 +67,4 @@ void html_close(struct str *buf) "\n"); } -/* vim:set ts=4 sw=4 tw=78 expandtab: */ +/* vim:set ts=4 sw=4 tw=80 et: */