@@ -18,7 +18,7 @@ |
||
| 18 | 18 | 'thumb_height' => '', |
| 19 | 19 | ], $this->data); |
| 20 | 20 | |
| 21 | - $data = array_map(function ($a) { |
|
| 21 | + $data = array_map(function($a) { |
|
| 22 | 22 | return trim($a); |
| 23 | 23 | }, $data); |
| 24 | 24 | |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | 'type' => $this->type, |
| 24 | 24 | ], $this->data); |
| 25 | 25 | |
| 26 | - $data = array_map(function ($a) { |
|
| 26 | + $data = array_map(function($a) { |
|
| 27 | 27 | return trim($a); |
| 28 | 28 | }, $data); |
| 29 | 29 | |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Rudolf\Component\Hooks\Filter; |
| 4 | 4 | |
| 5 | -Filter::add('head_after', function ($after) { |
|
| 5 | +Filter::add('head_after', function($after) { |
|
| 6 | 6 | $after[] = '<link href="'.DIR.'/rss/" rel="alternate" type="application/rss+xml" title="Kanał z artykułami">'; |
| 7 | 7 | |
| 8 | 8 | return $after; |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | 'published' => '', |
| 27 | 27 | ], $this->data); |
| 28 | 28 | |
| 29 | - $data = array_map(function ($a) { |
|
| 29 | + $data = array_map(function($a) { |
|
| 30 | 30 | return trim($a); |
| 31 | 31 | }, $data); |
| 32 | 32 | |