George S. Baugh 4 년 전
부모
커밋
e8bea6868a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Trog/Routes/HTML.pm

+ 1 - 0
lib/Trog/Routes/HTML.pm

@@ -199,6 +199,7 @@ sub index ($query,$render_cb, $content = '', $i_styles = []) {
             unshift(@styles, _themed_style("embed.css")) if -f 'www/'._themed_style("embed.css");
         }
         unshift(@styles, _themed_style("screen.css"))    if -f 'www/'._themed_style("screen.css");
+        unshift(@styles, _themed_style("print.css"))     if -f 'www/'._themed_style("print.css");
         unshift(@styles, _themed_style("structure.css")) if -f 'www/'._themed_style("structure.css");
     }
     push( @styles, @$i_styles );