diff --git a/performance/shopify/shop_filter.rb b/performance/shopify/shop_filter.rb
index 110b0d3..b65f86c 100644
--- a/performance/shopify/shop_filter.rb
+++ b/performance/shopify/shop_filter.rb
@@ -18,7 +18,11 @@ module ShopFilter
end
def stylesheet_tag(url, media = "all")
- %()
+ html = []
+ html << %("
+ html.join(" ")
end
def link_to(link, url, title = "")