@@ -222,7 +222,7 @@ |
||
222 | 222 | $file = $this->app->get('blogfile'); |
223 | 223 | $articles = json_decode(file_get_contents($file), true); |
224 | 224 | |
225 | - if($tag !== null) { |
|
225 | + if ($tag !== null) { |
|
226 | 226 | foreach ($articles as $article) { |
227 | 227 | $metadata = json_decode($article['json_metadata'], true); |
228 | 228 | $tags = implode(',', $metadata['tags']); |