* Fixed syntax error which I managed to commit in r20558 (Mantis #21524)

git-svn-id: trunk@20569 -
This commit is contained in:
sergei 2012-03-22 09:52:28 +00:00
parent ff5d25174a
commit d12456c55d

View File

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