diff options
| author | Chris Rebert <[email protected]> | 2014-01-20 16:53:29 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-20 16:53:31 -0800 |
| commit | 5cc3c62e307d5ec05ea2391b77f3ef111ec878c6 (patch) | |
| tree | 348dbcdb9f75a01662e791645b1c1fbdb617b908 /docs | |
| parent | 50000b593046f6609b6ae31140d448048aeebf0e (diff) | |
| download | bootstrap-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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 2 |
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"> |
