diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:14:09 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:14:09 +0100 |
| commit | 96737ce95078508296218bb0d3b49a1111ffa933 (patch) | |
| tree | 1bca5b7e40dcf13674849861d964e5652ad2b6b5 /tt-rss.php | |
| parent | 2f52ca1b5ca53e047cf2ffda3839de62bd13e4fb (diff) | |
misc IE compatibility fixes
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php index a59b0ece8..bb9dbfdc0 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -43,6 +43,7 @@ <script type="text/javascript" src="tt-rss.js"></script> <!--[if gte IE 5.5000]> <script type="text/javascript" src="pngfix.js"></script> + <link rel="stylesheet" type="text/css" href="tt-rss-ie.css"> <![endif]--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> |