fix user css definition in tt-rss.php (closes #116)

This commit is contained in:
Andrew Dolgov 2006-11-09 03:57:59 +01:00
parent 3baeeeca64
commit 2e4afda7bf
1 changed files with 1 additions and 1 deletions

View 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]>