diff options
Diffstat (limited to 'app/class/Colors.php')
-rw-r--r-- | app/class/Colors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Colors.php b/app/class/Colors.php index 731fbac..7c8f4ca 100644 --- a/app/class/Colors.php +++ b/app/class/Colors.php @@ -19,7 +19,7 @@ class Colors extends Item $this->rawcss = $this->readcssfile(); $this->tagcolor = $this->parsetagcss($this->rawcss); } - + if (!empty($taglist)) { $this->tagcolor = $this->removeaddtags($taglist); $this->rawcss = $this->tocss($this->tagcolor); |