소스 검색

* 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