From: Mark Otto Date: Tue, 11 Sep 2012 05:41:14 +0000 (-0700) Subject: fixes #5064 manually: remove fancy quote mark X-Git-Tag: v2.2.0^2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd2b12f788f9c1d32ae20929f7deefb5ad2d99e8;p=thirdparty%2Fbootstrap.git fixes #5064 manually: remove fancy quote mark --- diff --git a/less/forms.less b/less/forms.less index f8d8562b60..fe1e46d537 100644 --- a/less/forms.less +++ b/less/forms.less @@ -210,7 +210,7 @@ input[type="checkbox"]:focus { // Placeholder // ------------------------- -// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn’t understand a selector +// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn't understand a selector input, textarea { .placeholder();