summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
commitd5224f0d9c794953a6bb5bb264e856cccc4eb046 (patch)
tree94e38a77e64fd8e4d26cfda2b500bdc75e007496 /tt-rss.php
parentc05a19f39615bb9f8acadabcb0c572253a51a035 (diff)
miscellaneous MSIE compatibility fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 2428b1d17..326306ec7 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -4,6 +4,9 @@
<link rel="stylesheet" href="tt-rss.css" type="text/css">
<script type="text/javascript" src="functions.js"></script>
<script type="text/javascript" src="tt-rss.js"></script>
+ <!--[if gte IE 5.5000]>
+ <script type="text/javascript" src="pngfix.js"></script>
+ <![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>