@@ -98,7 +98,7 @@ |
||
98 | 98 | { |
99 | 99 | $firstPart = sprintf('%s %s', $this->getNumber(), $this->getName()); |
100 | 100 | if ($this->getOtherIdentifiers()) { |
101 | - return $firstPart . ', ' . $this->getOtherIdentifiers(); |
|
101 | + return $firstPart.', '.$this->getOtherIdentifiers(); |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | return $firstPart; |