summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 16:48:19 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 16:48:19 +0100
commitbeac550b5f4021c00d7ea72af8f121a43c222d8b (patch)
tree754e51c2de15c41d760175b98d324e414697d68c /backend.php
parent4bbd5aec59c57864a43fc6ddf88fde865eacbb8f (diff)
call pngfix.js from feedlist
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index cf9c5d860..baa7c0b08 100644
--- a/backend.php
+++ b/backend.php
@@ -316,6 +316,9 @@
print "<script type=\"text/javascript\" src=\"functions.js\"></script>
<script type=\"text/javascript\" src=\"feedlist.js\"></script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
+ <!--[if gte IE 5.5000]>
+ <script type=\"text/javascript\" src=\"pngfix.js\"></script>
+ <![endif]-->
</head><body onload=\"init()\">";
print "<ul class=\"feedList\" id=\"feedList\">";