summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/context.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/context.cxx b/cli/context.cxx
index d07b60b..ebe1b4a 100644
--- a/cli/context.cxx
+++ b/cli/context.cxx
@@ -1159,9 +1159,8 @@ format (output_type ot, string const& s, bool para)
switch (ot)
{
- case ot_plain:
- case ot_html: return b.value;
case ot_man: return b.value + b.trailer;
+ default: return b.value;
}
}