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 );