Mercurial > moin > 1.9
changeset 4728:4d2bc24c7723
fix typo in IE conditional comment
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 01 May 2009 21:50:00 +0200 |
parents | f976af4e61f1 |
children | 614dac6122cb |
files | MoinMoin/theme/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/theme/__init__.py Fri May 01 17:04:40 2009 +0200 +++ b/MoinMoin/theme/__init__.py Fri May 01 21:50:00 2009 +0200 @@ -673,7 +673,7 @@ msie_css = """ <!-- css only for MS IE6/IE7 browsers --> -<!--[if lt IE8]> +<!--[if lt IE 8]> %s <![endif]--> """ % self._stylesheet_link(True, 'all', 'msie')