From da9407e7d63d308cc04458f337fc07b8a73cdbbc Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 15 Mar 2010 12:25:21 -0300 Subject: Fixing erb contennts. --- templates/rss.hard.erb | 2 +- templates/rss.soft.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rss.hard.erb b/templates/rss.hard.erb index f806702..31a8030 100644 --- a/templates/rss.hard.erb +++ b/templates/rss.hard.erb @@ -1 +1 @@ -<%= memory_limit * 1_000_000 / 4096 %> +<%= memory_limit.to_i * 1_000_000 / 4096 %> diff --git a/templates/rss.soft.erb b/templates/rss.soft.erb index f806702..31a8030 100644 --- a/templates/rss.soft.erb +++ b/templates/rss.soft.erb @@ -1 +1 @@ -<%= memory_limit * 1_000_000 / 4096 %> +<%= memory_limit.to_i * 1_000_000 / 4096 %> -- cgit v1.2.3