peter il y a 20 ans
Parent
commit
23c6b25728
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      utils/fpdoc/dw_html.pp

+ 5 - 2
utils/fpdoc/dw_html.pp

@@ -245,7 +245,7 @@ uses SysUtils, XHTML, XMLWrite, HTMWrite, sh_pas;
 Function FixHTMLpath(S : String) : STring;
 
 begin
-  Result:=StringReplace(S,'\','/',[rfReplaceAll]
+  Result:=StringReplace(S,'\','/',[rfReplaceAll]);
 end;
 
 procedure TFileAllocator.AllocFilename(AElement: TPasElement;
@@ -2822,7 +2822,10 @@ end.
 
 {
   $Log$
-  Revision 1.11  2004-12-20 16:28:56  michael
+  Revision 1.12  2004-12-20 19:01:11  peter
+    * typo
+
+  Revision 1.11  2004/12/20 16:28:56  michael
   + Fixed HTML path
 
   Revision 1.10  2004/10/22 19:58:35  michael