diff -r 99ae624c3279 code/ryzom/client/src/interface_v3/group_html.cpp --- a/code/ryzom/client/src/interface_v3/group_html.cpp Sat Jun 04 14:20:01 2011 +0200 +++ b/code/ryzom/client/src/interface_v3/group_html.cpp Sat Jun 04 19:34:38 2011 +0300 @@ -878,6 +878,10 @@ fromString(value[HTML_FONT_SIZE], fontsize); _FontSize.push_back(fontsize); } + else + { + _FontSize.push_back(_FontSize.empty() ? TextFontSize : _FontSize.back()); + } } break; case HTML_BR: