From 53e6d5fde32a917718a0658fb95f366dc7dfc248 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 26 Apr 2020 15:41:48 +0200 Subject: user bookmarks use new object + shortcuts visible in backtopbar --- app/class/Colors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Colors.php') diff --git a/app/class/Colors.php b/app/class/Colors.php index 87a5414..2e4af23 100644 --- a/app/class/Colors.php +++ b/app/class/Colors.php @@ -121,7 +121,7 @@ class Colors extends Item foreach ($this->tagcolor as $tag => $color) { $i = ''; $l = ''; - $html .= "\n
  • " . $i . $l . '
  • '; + $html .= "\n
  • $i . $l
  • "; } $html .= PHP_EOL . ''; return $html; -- cgit v1.2.3