summaryrefslogtreecommitdiff
path: root/cli/html.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/html.cxx')
-rw-r--r--cli/html.cxx3
1 files changed, 1 insertions, 2 deletions
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 << " <dl class=\"options\">" << endl
- << endl;
+ os << " <dl class=\"options\">" << endl;
names (c, names_option_);
os << " </dl>" << endl
<< endl;