diff options
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 8b725de..9dfb269 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -1,6 +1,6 @@ {% load static %} <!DOCTYPE html> -<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> +<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> @@ -28,8 +28,7 @@ <body> <div id="header-wrapper"> - <div id="header-inner"i class="lt-ie9"> - <div class="lt-ie9"> + <div id="header-inner"> <nav class="top-bar"> <ul class="title-area"> <li class="name"> @@ -71,7 +70,6 @@ </ul> <!-- /right --> </section> </nav> - </div> <!-- lt-ie9 --> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |