Mercurial > moin > 1.9
changeset 6091:97a811896f15
add meta tags for small device viewports and make IE happy on intranets
author | RogerHaase <haaserd@gmail.com> |
---|---|
date | Sun, 19 Jul 2015 12:03:17 -0700 |
parents | 371fb8e44d41 |
children | d811122349fb |
files | MoinMoin/theme/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/theme/__init__.py Thu Nov 13 11:21:51 2014 +0100 +++ b/MoinMoin/theme/__init__.py Sun Jul 19 12:03:17 2015 -0700 @@ -1701,6 +1701,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> +<meta http-equiv="X-UA-Compatible" content="IE=Edge"> +<meta name="viewport" content="width=device-width, initial-scale=1"> %s %s %s