Fixed bug for bold and italic display even when no color is given
This commit is contained in:
Родитель
7cd7c08907
Коммит
3b539b651a
|
@ -156,7 +156,7 @@ namespace ColorCode.Formatting
|
|||
{
|
||||
writer.Write("<{0}", elementName);
|
||||
|
||||
if (foreground != Color.Empty || background != Color.Empty)
|
||||
if (foreground != Color.Empty || background != Color.Empty || italic || bold)
|
||||
{
|
||||
writer.Write(" style=\"");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче