Skip to content

Commit

Permalink
* set color of urls in entries
Browse files Browse the repository at this point in the history
* accept wrong mime types on feeds (issue 35, thanks 2 Roromis)
  • Loading branch information
SSilence committed Feb 2, 2013
1 parent 2ba4250 commit 7cb42c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ input {
margin-top:20px;
line-height: 1.7em;
}
.entry-content a {
color:#3d6d69;
}

.entry-content img {
max-width:99%;
Expand Down
3 changes: 2 additions & 1 deletion spouts/rss/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ public function load($params) {
@$this->feed->set_cache_location(\F3::get('cache'));
@$this->feed->set_cache_duration(1800);
@$this->feed->set_feed_url(htmlspecialchars_decode($params['url']));

@$this->feed->force_feed(true);

// fetch items
@$this->feed->init();

Expand Down

0 comments on commit 7cb42c5

Please sign in to comment.