Commit 5cc3c62e authored by Chris Rebert's avatar Chris Rebert

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

for consistency with docs/examples/starter-template/index.html
parent 50000b59
...@@ -115,7 +115,7 @@ bootstrap/ ...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment