Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Replace Commas in Color Class #79

Closed
gazjoy opened this issue Sep 7, 2016 · 1 comment
Closed

Replace Commas in Color Class #79

gazjoy opened this issue Sep 7, 2016 · 1 comment
Assignees
Labels

Comments

@gazjoy
Copy link
Collaborator

gazjoy commented Sep 7, 2016

In utility/color/fill and utility/color/text replace this line:

$bits = explode("-", $class_);

with this:

$class_ = str_replace(',','', $bits[0]);

@gazjoy gazjoy self-assigned this Sep 7, 2016
@gazjoy gazjoy added the bug label Sep 7, 2016
@gazjoy gazjoy added this to the September 2016 milestone Sep 7, 2016
daveredfern added a commit that referenced this issue Sep 14, 2016
@daveredfern
Copy link
Member

6a2f68f

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants