summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/libraries/Gallery_View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Gallery_View.php b/modules/gallery/libraries/Gallery_View.php
index 48cf8089..490fb574 100644
--- a/modules/gallery/libraries/Gallery_View.php
+++ b/modules/gallery/libraries/Gallery_View.php
@@ -109,7 +109,7 @@ class Gallery_View_Core extends View {
}
if ($type == "css") {
- return html::stylesheet("combined/css/$key", false, true);
+ return html::stylesheet("combined/css/$key", "screen,print,projection", true);
} else {
// Handcraft the script link because html::script will add a .js extenstion
return html::script("combined/javascript/$key", true);