From c3014fb7be5c54ac9d1325f33f6fe0a2624161a8 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 21:15:38 +0100 Subject: new feature : home>display>tags colors --- app/class/Opt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Opt.php') diff --git a/app/class/Opt.php b/app/class/Opt.php index e042aae..a489d5a 100644 --- a/app/class/Opt.php +++ b/app/class/Opt.php @@ -130,7 +130,7 @@ class Opt extends Item { $authorstring = ""; foreach ($authorlist as $author) { - $authorstring .= '' . $author . '' . PHP_EOL; + $authorstring .= '' . $author . '' . PHP_EOL; } return $authorstring; } -- cgit v1.2.3