Skip to content

Commit

Permalink
Fixup f72f89f
Browse files Browse the repository at this point in the history
(cherry-picked from commit 4b03168)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 8749b97 commit 56a09ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/campaign_difficulty.cpp
Expand Up @@ -140,7 +140,7 @@ void campaign_difficulty::pre_show(window& window)

if(!d["description"].empty()) {
if (!d["old_markup"].to_bool()) {
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>";
} else {
ss << "\n<small>" << d["description"] << "</small>";
}
Expand Down

0 comments on commit 56a09ab

Please sign in to comment.