浏览代码

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

git-svn-id: trunk@11639 -
michael 17 年之前
父节点
当前提交
77f5cefb71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/fpdoc/dwriter.pp

+ 1 - 1
utils/fpdoc/dwriter.pp

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