This commit is contained in:
Charles Dang 2018-05-29 21:11:57 +11:00
parent eddbaa2159
commit 4b03168fec

View file

@ -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();