slywalker / cakephp-plugin-boost_cake

Bootstrap Plugin for CakePHP
http://slywalker.github.io/cakephp-plugin-boost_cake/
277 stars 92 forks source link

Escape "$" in labels, so preg_replace() doesn't remove it #33

Closed dustinboss closed 11 years ago

dustinboss commented 11 years ago

I noticed that the "$" would get dropped from my labels, because of the preg_replace() action that was being called. Escaping the character seems to solve the issue.

slywalker commented 11 years ago

Thank you. I forgot escape.