@@ -430,7 +430,7 @@ |
||
| 430 | 430 | |
| 431 | 431 | public function getCitationItemById($id) |
| 432 | 432 | { |
| 433 | - return $this->citationItems->filter(function ($item) use ($id) { |
|
| 433 | + return $this->citationItems->filter(function($item) use ($id) { |
|
| 434 | 434 | return $item->id === $id; |
| 435 | 435 | })->current(); |
| 436 | 436 | } |
@@ -159,7 +159,7 @@ |
||
| 159 | 159 | ); |
| 160 | 160 | } |
| 161 | 161 | list($from, $to) = $ranges; |
| 162 | - return $from . "–" . $to; |
|
| 162 | + return $from."–".$to; |
|
| 163 | 163 | } |
| 164 | 164 | } |
| 165 | 165 | return $page; |