fix user css definition in tt-rss.php (closes #116)
This commit is contained in:
parent
3baeeeca64
commit
2e4afda7bf
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||||
<?php if ($user_css_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 } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!--[if gte IE 5.5000]>
|
<!--[if gte IE 5.5000]>
|
||||||
|
|
Loading…
Reference in New Issue