Ticket #116 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

User-stylesheet doesn't work

Reported by: trac-user Assigned to: fox
Priority: major Milestone: 1.2.5
Component: interface Version: 1.2.4
Keywords: Cc:

Description

tt-rss 1.2.4
firefox 1.5.0.7
gentoo linux

I tried creating a user-defined stylesheet, but it wouldn't work. The cause was a missing rel="stylesheet" attribute in the link-tag.
The following is part of tt-rss.php, with the added attribute on line 35.

33	<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
34	<? if ($user_css_url) { ?>
35		<link rel="stylesheet" type="text/css" href="<?= $user_css_url ?>"/> 
36	<? } ?>

Change History

11/09/06 16:23:17 changed by fox

  • status changed from new to closed.
  • resolution set to fixed.

Yep. Fixed in trunk.