diff --git a/APPL/API/shorturl.asp b/APPL/API/shorturl.asp index 508e9e7ded..4d7a052192 100644 --- a/APPL/API/shorturl.asp +++ b/APPL/API/shorturl.asp @@ -157,7 +157,7 @@ if (isKnownBookmark && !isMobile) { Session("FirstPage") = theURL; - theURL = rooturl; + theURL = rooturl + "/"; } var no302 = getQParamInt("no302", 0) == 1;