1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

slap a lang attr on <html> in the Getting Started basic template

for consistency with docs/examples/starter-template/index.html
This commit is contained in:
Chris Rebert 2014-01-20 16:53:29 -08:00
parent 50000b5930
commit 5cc3c62e30

View file

@ -115,7 +115,7 @@ bootstrap/
<p>Copy the HTML below to begin working with a minimal Bootstrap document.</p> <p>Copy the HTML below to begin working with a minimal Bootstrap document.</p>
{% highlight html %} {% highlight html %}
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">