mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00: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:
parent
50000b5930
commit
5cc3c62e30
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue