diff options
Diffstat (limited to 'templates/rss.soft.erb')
-rw-r--r-- | templates/rss.soft.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss.soft.erb b/templates/rss.soft.erb index 31a8030..357dbac 100644 --- a/templates/rss.soft.erb +++ b/templates/rss.soft.erb @@ -1 +1 @@ -<%= memory_limit.to_i * 1_000_000 / 4096 %> +<%= memory_limit.to_i * 1_000_000 / 4096 if defined?(memory_limit) %> |