From 83996ed8d7178750a0b96125b209cc97ce5ddba0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Nov 2015 11:12:52 +0200 Subject: New formatter implementation --- cli/html.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/html.cxx') diff --git a/cli/html.cxx b/cli/html.cxx index 1f4e229..e91fdd7 100644 --- a/cli/html.cxx +++ b/cli/html.cxx @@ -241,8 +241,7 @@ namespace if (!c.names_empty ()) { - os << "
" << endl - << endl; + os << "
" << endl; names (c, names_option_); os << "
" << endl << endl; -- cgit v1.1