diff --git a/src/controller/room.php b/src/controller/room.php index eb956f2..c15e69b 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -780,19 +780,7 @@ class Room private function _link(?string $path = null, ?string $name = null, ?bool $tag = false) { - return - ( - $tag ? '=> ' : null - ) - . - sprintf( - '/%s', - $path - ) - . - ( - $name ? ' ' . $name : null - ); + return ($tag ? '=> ' : null) . $path . ($name ? ' ' . $name : null); } private function _clitoris(string $namespace, ?int $cache = 31104000): ?string