From 537e222f790fee1a32689e5e62727f31415690c4 Mon Sep 17 00:00:00 2001 From: did Date: Wed, 27 Apr 2011 17:04:33 +0200 Subject: [PATCH] code indentation (I am a little bit picky) --- lib/locomotive/liquid/filters/html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/locomotive/liquid/filters/html.rb b/lib/locomotive/liquid/filters/html.rb index 0f804f5c..3241b144 100644 --- a/lib/locomotive/liquid/filters/html.rb +++ b/lib/locomotive/liquid/filters/html.rb @@ -5,7 +5,7 @@ module Locomotive # Write the link to a stylesheet resource # input: url of the css file - def stylesheet_tag(input,media='screen') + def stylesheet_tag(input,media = 'screen') return '' if input.nil? unless input =~ /^(\/|http:)/ @@ -38,7 +38,7 @@ module Locomotive asset_url(input) end - + # Write a theme image tag # input: name of file including folder # example: 'about/myphoto.jpg' | theme_image #