summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-09 03:57:59 +0100
committerAndrew Dolgov <[email protected]>2006-11-09 03:57:59 +0100
commit2e4afda7bfe7577e92ea90150bb5aee92c1aff0f (patch)
treefd49f94c8bfd39b988eeec26f9a6f8b377f2f3cd /tt-rss.php
parent3baeeeca6494d6ce0269eb3262c46624173eddd0 (diff)
fix user css definition in tt-rss.php (closes #116)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5d9840fd7..8531c4ca1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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]>