From 7aeedf7ad4392172fbb444cf59241fbeea2c335e Mon Sep 17 00:00:00 2001 From: Nimetu Date: Mon, 25 Jul 2016 19:26:49 +0300 Subject: [PATCH] Fixed: Bad typo --HG-- branch : develop --- code/nel/src/gui/group_html.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp index 00f25ed19..f64fc631c 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -1924,8 +1924,8 @@ namespace NLGUI style.Underlined = getFontUnderlined(); style.StrikeThrough = getFontStrikeThrough(); - if (present[MY_HTML_SPAN_STYLE] && value[MY_HTML_SPAN_STYLE]) - getStyleParams(value[MY_HTML_SPAN_STYLE], style); + if (present[HTML_PRE_STYLE] && value[HTML_PRE_STYLE]) + getStyleParams(value[HTML_PRE_STYLE], style); _TextColor.push_back(style.TextColor); _FontFamily.push_back(style.FontFamily);