diff options
author | nicofrand <nicofrand@gmail.com> | 2013-08-23 22:38:14 +0200 |
---|---|---|
committer | nicofrand <nicofrand@gmail.com> | 2013-08-23 22:38:14 +0200 |
commit | 258d7032bbc0608cffd00a42fff50ea99f59ff23 (patch) | |
tree | 6ac29e5139fb45e3726f6252176776d0eeaaf0a0 /tpl/layout.twig | |
parent | b548b2192c333fa3b9304d6a1a0aa8dcf7e8e271 (diff) | |
download | wallabag-258d7032bbc0608cffd00a42fff50ea99f59ff23.tar.gz wallabag-258d7032bbc0608cffd00a42fff50ea99f59ff23.tar.zst wallabag-258d7032bbc0608cffd00a42fff50ea99f59ff23.zip |
Clean up the templates markup
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r-- | tpl/layout.twig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig index b86983da..7084a215 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]--> | 2 | <!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="en"><![endif]--> |
3 | <!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]--> | 3 | <!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="en"><![endif]--> |
4 | <!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]--> | 4 | <!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]--> |
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | 5 | <!--[if gt IE 8]><html class="no-js" lang="en"><![endif]--> |
6 | <html> | 6 | <html> |
7 | <head> | 7 | <head> |
8 | <meta name="viewport" content="initial-scale=1.0"> | 8 | <meta name="viewport" content="initial-scale=1.0"> |