Fixed missing http:// in absolute URL
This commit is contained in:
@@ -722,6 +722,7 @@ feature -- URL Utility
|
||||
Result := script_url (a_path)
|
||||
if attached http_host as h then
|
||||
Result.prepend (h)
|
||||
Result.prepend ("http://")
|
||||
else
|
||||
--| Issue ??
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user