Skip to content

Commit

Permalink
Dev: Fix #14660: bad icon shown in Boxes listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 2, 2019
1 parent 3337b5a commit f6a0051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Boxes.php
Expand Up @@ -96,7 +96,7 @@ public function search()
*/
public function getSpanIcon()
{
$spanicon = '<span class="icon-'.$this->ico.' text-success"></span>';
$spanicon = '<span class="'.$this->ico.' text-success"></span>';
return $spanicon;
}

Expand Down

0 comments on commit f6a0051

Please sign in to comment.