We were testing for a condition that always works but used a non-existant var
[isso.git] / printer.css.php
index bca528d9c685222055fa66a6e9f262593da8b764..7fdf058ddbb0969c500e6784d1699133872d6c5c 100755 (executable)
@@ -419,9 +419,6 @@ input, textarea, select, option
 
 CSS;
 
-if (!$included)
-{
-       echo $css;
-}
+echo $css;
 
 ?>
\ No newline at end of file