]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
slap a lang attr on <html> in the Getting Started basic template
authorChris Rebert <code@rebertia.com>
Tue, 21 Jan 2014 00:53:29 +0000 (16:53 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 21 Jan 2014 00:53:31 +0000 (16:53 -0800)
for consistency with docs/examples/starter-template/index.html

docs/getting-started.html

index f8eb3db3c2f5082463c94b6555733ef2c11ad09d..a055857ae7e6f3c888bacb2afc4185e4af862997 100644 (file)
@@ -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">