mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Fixed wrong string type, causing unicode characters to be dropped
git-svn-id: trunk@11639 -
This commit is contained in:
parent
825a060618
commit
77f5cefb71
@ -470,7 +470,7 @@ function TFPDocWriter.ConvertBaseShort(AContext: TPasElement;
|
||||
|
||||
function ConvertText: DOMString;
|
||||
var
|
||||
s: String;
|
||||
s: DOMString;
|
||||
i: Integer;
|
||||
begin
|
||||
if Node.NodeType = TEXT_NODE then
|
||||
|
Loading…
Reference in New Issue
Block a user