X-Git-Url: http://git.zarb.org/?p=booh;a=blobdiff_plain;f=data%2Fbooh%2Fthemes%2Fcardu%2Fmetadata%2Fparameters.rb;h=bc5763919a05c0a370c3722b208330ad911274f3;hp=055d519fbb9ac5e91756c570f4800237e5debb9a;hb=838467b26ba47cd27b650d295768540dc25448bc;hpb=9d4bf67d7584b9491b33a9601cc905dedb7c0532 diff --git a/data/booh/themes/cardu/metadata/parameters.rb b/data/booh/themes/cardu/metadata/parameters.rb index 055d519..bc57639 100644 --- a/data/booh/themes/cardu/metadata/parameters.rb +++ b/data/booh/themes/cardu/metadata/parameters.rb @@ -84,6 +84,6 @@ $albums_thumbnail_size = '300x225' $hooks = { :image_iteration => proc { |content, type| - return content.sub(/width:(\d+)px/) { "width:" + ($1.to_i + 8).to_s + "px" } + content.sub(/width:(\d+)px/) { "width:" + ($1.to_i + 8).to_s + "px" } } }