mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
* Fixed syntax error which I managed to commit in r20558 (Mantis #21524)
git-svn-id: trunk@20569 -
This commit is contained in:
parent
ff5d25174a
commit
d12456c55d
@ -1266,7 +1266,7 @@ begin
|
||||
else
|
||||
{ TODO: this will need fix when resource resolving is implemented;
|
||||
it should return the URI of actually fetched entity. }
|
||||
ResolveRelativeURI(TDOMEntity(entity).FDecl.FURI, TDOMEntity(entity).SystemID, result) then
|
||||
ResolveRelativeURI(TDOMEntity(entity).FDecl.FURI, TDOMEntity(entity).SystemID, result);
|
||||
end
|
||||
else
|
||||
result := n.OwnerDocument.DocumentURI;
|
||||
|
Loading…
Reference in New Issue
Block a user