From: Tom Hughes Date: Sat, 19 Jul 2008 23:02:04 +0000 (+0000) Subject: Fix thinko. X-Git-Tag: live~7746 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d69e9533d1f1420f958b29cc5ba188691470b31c Fix thinko. --- diff --git a/app/controllers/diary_entry_controller.rb b/app/controllers/diary_entry_controller.rb index afd06259d..c0d7204d5 100644 --- a/app/controllers/diary_entry_controller.rb +++ b/app/controllers/diary_entry_controller.rb @@ -63,7 +63,7 @@ class DiaryEntryController < ApplicationController render :content_type => Mime::RSS else render :nothing => true, :status => :not_found - endif + end else @entries = DiaryEntry.find(:all, :order => 'created_at DESC', :limit => 20) @title = "OpenStreetMap diary entries"