aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-20 16:53:29 -0800
committerChris Rebert <[email protected]>2014-01-20 16:53:31 -0800
commit5cc3c62e307d5ec05ea2391b77f3ef111ec878c6 (patch)
tree348dbcdb9f75a01662e791645b1c1fbdb617b908
parent50000b593046f6609b6ae31140d448048aeebf0e (diff)
downloadbootstrap-5cc3c62e307d5ec05ea2391b77f3ef111ec878c6.tar.xz
bootstrap-5cc3c62e307d5ec05ea2391b77f3ef111ec878c6.zip
slap a lang attr on <html> in the Getting Started basic template
for consistency with docs/examples/starter-template/index.html
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index f8eb3db3c..a055857ae 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -115,7 +115,7 @@ bootstrap/
<p>Copy the HTML below to begin working with a minimal Bootstrap document.</p>
{% highlight html %}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">