Skip to content

Commit

Permalink
PrinterFriendly action overrides user-set/event-set CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Lyngstoel committed Apr 8, 2007
1 parent 0d69ed3 commit 67ec980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/subs/html.php
Expand Up @@ -161,7 +161,7 @@ function output()
{
if($this->pf)
{
$this->set_css("printfriendly.css");
$this->css = "css/printfriendly.css";
$this->add($this->content);
} else if (isset($this->rss)) {
print $this->rss->get();
Expand Down

0 comments on commit 67ec980

Please sign in to comment.