diff --git a/src/help/help_impl.cpp b/src/help/help_impl.cpp index fa266e72e9c..8e5c2808044 100644 --- a/src/help/help_impl.cpp +++ b/src/help/help_impl.cpp @@ -619,8 +619,6 @@ std::vector generate_era_topics(const bool sort_generated, const std::str } std::stringstream text; - text << markup::tag("header", _("Era:"), " ", era["name"]) << "\n"; - text << "\n"; const config::attribute_value& description = era["description"]; if (!description.empty()) { text << description.t_str() << "\n";