]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/PHPColors/Color.php
Merge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard
[friendica.git] / view / theme / frio / php / PHPColors / Color.php
index 3f290becf49d40baa10dac112fc0ebd2e15bae35..e4de79c40a764d3a30734decd1bb83c5b9d6bd70 100644 (file)
@@ -392,7 +392,7 @@ class Color {
             $hsl['L'] = ($hsl['L'] < 0) ? 0:$hsl['L']/100;
         } else {
             // We need to find out how much to darken
-            $hsl['L'] = $hsl['L']/2 ;
+            $hsl['L'] = $hsl['L']/2;
         }
 
         return $hsl;