You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user