diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:15:38 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:15:38 +0100 |
commit | c3014fb7be5c54ac9d1325f33f6fe0a2624161a8 (patch) | |
tree | 1583b667316e4ac6fe2e2b5bedcc190de7ff46c2 /app/class/Opt.php | |
parent | b28f1a4a516f93044c632b254670dd21f52e625c (diff) | |
download | wcms-c3014fb7be5c54ac9d1325f33f6fe0a2624161a8.tar.gz wcms-c3014fb7be5c54ac9d1325f33f6fe0a2624161a8.zip |
new feature : home>display>tags colors
Diffstat (limited to 'app/class/Opt.php')
-rw-r--r-- | app/class/Opt.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<a class="tag author_' . $author . '" href="?' . $this->getfilteradress(['authorfilter' => [$author]]) . '" >' . $author . '</a>' . PHP_EOL; + $authorstring .= '<a class="author author_' . $author . '" href="?' . $this->getfilteradress(['authorfilter' => [$author]]) . '" >' . $author . '</a>' . PHP_EOL; } return $authorstring; } |