From: Tom Hughes Date: Fri, 13 Feb 2009 15:55:50 +0000 (+0000) Subject: Apparently zero is not false in ruby. X-Git-Tag: live~7603 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/168f51e40a208c6baf98f12210746495e4b512d6 Apparently zero is not false in ruby. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 7c0a0c20c..b6f41eff6 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -96,7 +96,7 @@ <% end %> - <% if 0 %> + <% if false %>