Fixup f72f89f
This commit is contained in:
parent
eddbaa2159
commit
4b03168fec
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void campaign_difficulty::pre_show(window& window)
|
|||
ss << d["label"];
|
||||
|
||||
if(!d["description"].empty()) {
|
||||
ss << "\n<small>" << font::span_color(font::GRAY_COLOR) << "(" << d["description"].str() << ")</span></small>"";
|
||||
ss << "\n<small>" << font::span_color(font::GRAY_COLOR) << "(" << d["description"].str() << ")</span></small>";
|
||||
}
|
||||
|
||||
item["label"] = ss.str();
|
||||
|
|
Loading…
Add table
Reference in a new issue