mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 10:18:44 +02:00
@@ -340,7 +340,7 @@ class Route
|
||||
$url .= '?' . $this->getUriQuery();
|
||||
}
|
||||
|
||||
return $url;
|
||||
return rtrim($url,'/');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user