* Fixed wrong string type, causing unicode characters to be dropped

git-svn-id: trunk@11639 -
This commit is contained in:
michael 2008-08-23 11:57:16 +00:00
parent 825a060618
commit 77f5cefb71

View File

@ -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