]> git.wh0rd.org - tt-rss.git/commitdiff
fix user css definition in tt-rss.php (closes #116)
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Nov 2006 02:57:59 +0000 (03:57 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 9 Nov 2006 02:57:59 +0000 (03:57 +0100)
tt-rss.php

index 5d9840fd7d6c98bcd48f2b4f651ba249834695a4..8531c4ca1935b559d49614f6eca0af51fdec3b33 100644 (file)
@@ -34,7 +34,7 @@
 
        <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
        <?php if ($user_css_url) { ?>
-               <link type="text/css" href="<?php echo $user_css_url ?>"/> 
+               <link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/> 
        <?php } ?>
 
        <!--[if gte IE 5.5000]>