This commit is contained in:
peter 2004-12-20 19:01:11 +00:00
parent 3f18d6abdc
commit 23c6b25728

View File

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