fpspreadsheet: Fix incorrect html tags disappearing from cell text.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7945 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-12-29 21:17:29 +00:00
parent 78a6cffca0
commit 042fb0fcc2

View File

@ -912,6 +912,8 @@ begin
(NoCaseTag = '</SUB>') or (NoCaseTag = '</SUP>') then ProcessFontRestore;
'U': if (NoCaseTag = '</U>') then ProcessFontRestore;
end;
else
FPlainText := FPlainText + ActualTag;
end;
end;