From fe8cfbfb1aecb279e294fbaf3c8e3d26639942d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Nov 2015 15:52:04 +0200 Subject: Implement list support --- cli/html.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/html.cxx') diff --git a/cli/html.cxx b/cli/html.cxx index e91fdd7..1f4e229 100644 --- a/cli/html.cxx +++ b/cli/html.cxx @@ -241,7 +241,8 @@ namespace if (!c.names_empty ()) { - os << "
" << endl; + os << "
" << endl + << endl; names (c, names_option_); os << "
" << endl << endl; -- cgit v1.1