help topic generator: drop "Icon" header

This commit is contained in:
Subhraman Sarkar 2025-03-09 19:14:31 +05:30
parent 14fbe59049
commit eb476bb625

View File

@ -661,7 +661,9 @@ std::string unit_topic_generator::operator()() const {
if (!type_.attacks().empty()) {
// Print headers for the table.
table_ss << markup::tag("row",
markup::tag("col", markup::bold(_("Icon"))),
//FIXME space/tab does not work, but nbsp does
//empty tags will be skipped by rich_label
markup::tag("col", font::nbsp),
markup::tag("col", markup::bold(_("Name"))),
markup::tag("col", markup::bold(_("Strikes"))),
markup::tag("col", markup::bold(_("Range"))),