Fixed computation of absolute url ...
This commit is contained in:
@@ -164,7 +164,6 @@ feature -- Access
|
|||||||
Result.append ("#" + f)
|
Result.append ("#" + f)
|
||||||
end
|
end
|
||||||
if l_abs then
|
if l_abs then
|
||||||
Result := based_path (Result)
|
|
||||||
if Result.substring_index ("://", 1) = 0 then
|
if Result.substring_index ("://", 1) = 0 then
|
||||||
Result.prepend (service.site_url)
|
Result.prepend (service.site_url)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user