Fixed absolute url computing for CMS

This commit is contained in:
Jocelyn Fiat
2013-02-19 16:22:43 +01:00
parent c9674b9e8e
commit 5d05f31d03
2 changed files with 37 additions and 6 deletions

View File

@@ -125,6 +125,7 @@ feature -- Access
end
if Result /= Void then
if Result.is_empty then
-- ok
elseif not Result.ends_with ("/") then
Result := Result + "/"
end