aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-23 14:22:59 -0700
committerMark Otto <[email protected]>2013-07-23 14:22:59 -0700
commit29b4caf1d5230a78bfc5f3e4d698d1b5c92e1930 (patch)
tree1efeee4463573b799586d38021802891afde9dea /getting-started.html
parent4cec956e0cb5c89b12ca98063a9754b9a4b1a29c (diff)
parentd8583a1064440c95ddb8cbcb2ebe744859443af5 (diff)
downloadbootstrap-29b4caf1d5230a78bfc5f3e4d698d1b5c92e1930.tar.xz
bootstrap-29b4caf1d5230a78bfc5f3e4d698d1b5c92e1930.zip
Merge pull request #8573 from cvrebert/patch-2
getting-started.html: add <code> around mention of `placeholder`
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index b1cbd5d1b..d55e9656e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -146,7 +146,7 @@ bootstrap/
<p>Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.</p>
<h3>Internet Explorer 8 and 9</h3>
- <p>Internet Explorer 8 and 9 are also supported, however, please be aware that many CSS3 properties—e.g., rounded corners and shadows—are not supported by IE8. The placeholder attribute is also not supported in either of these versions.</p>
+ <p>Internet Explorer 8 and 9 are also supported, however, please be aware that many CSS3 properties—e.g., rounded corners and shadows—are not supported by IE8. The <code>placeholder</code> attribute is also not supported in either of these versions.</p>
<p>In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p>
<h3>IE Compatibility modes</h3>