Skip to content

Commit

Permalink
Merge pull request #9 from aliva/master
Browse files Browse the repository at this point in the history
css file name fixed
  • Loading branch information
splitbrain committed Dec 15, 2012
2 parents e9e4e4c + 8fbf996 commit dbb8539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function s5_init($title){
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="'.$this->base.$this->tpl.'/slides.css" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="'.$this->base.'default/outline.css" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="'.$this->base.'default/print.css" type="text/css" media="print" id="slidePrint" />
Expand Down Expand Up @@ -152,7 +152,7 @@ function section_open($level) {
}else{
$this->doc .= '<div>'.DOKU_LF;
}
// we don't use it
// we don't use it
}

/**
Expand Down

0 comments on commit dbb8539

Please sign in to comment.