1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 05:21:29 +00:00

call pngfix.js from headlines header

This commit is contained in:
Andrew Dolgov
2005-12-20 16:54:50 +01:00
parent 96b58583a6
commit 734bec9e09

View File

@@ -947,6 +947,9 @@
print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<script type=\"text/javascript\" src=\"functions.js\"></script>
<script type=\"text/javascript\" src=\"viewfeed.js\"></script>
<!--[if gte IE 5.5000]>
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
<![endif]-->
</head><body onload='init()'>";
}