Bug #34672 --> be sure to append the glyph html to the output string.

r=ben bucksch
This commit is contained in:
mscott%netscape.com 2000-06-08 00:50:41 +00:00
Родитель cf5ee3ef0f
Коммит 099dff54e6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -715,7 +715,8 @@ mozTXTToHTMLConv::GlyphHit(const PRUnichar * aInString, PRInt32 aInLength, PRBoo
)
)
{
MOZ_TIMER_STOP(mGlyphHitTimer);
aOutputString.Append(outputHTML);
MOZ_TIMER_STOP(mGlyphHitTimer);
return PR_TRUE;
}
if (text0 == '+' || text1 == '+')