format fix
authorEduardo <[email protected]>
Thu, 30 Nov 2023 13:00:19 +0000 (14:00 +0100)
committerEduardo <[email protected]>
Thu, 30 Nov 2023 13:00:19 +0000 (14:00 +0100)
page-generator/generator.php

index 3984c5c742b495d8fdad82a51793a391e23de1b3..07247413a50eaa7cd1ced00c1bb20f342af6f84c 100644 (file)
@@ -207,7 +207,7 @@ class CodeGenerator
             $url     = $this->str_val_or_empty($line, 'url');
             $title   = $this->str_val_or_empty($line, 'title');
             $class   = array_map('trim', explode(",", $this->str_val_or_empty($line, 'class')));
-            $image   null;
+            $image   = null;
 
             if (!empty($line['image'])) {
                 $image = $line['image'];