Missing/excess label color const

Issue #28 resolved
Tomasz Kane created an issue

In BSHtml.php:152

const LABEL_COLOR_IMPORTANT = 'important';

should be changed to:

const LABEL_COLOR_DEFAULT = 'default';

http://getbootstrap.com/components/#labels

Comments (1)

  1. Log in to comment