X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c933a4222c5df6ef88064ea3522899b190d337d1..d69e9533d1f1420f958b29cc5ba188691470b31c:/app/controllers/diary_entry_controller.rb 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"