X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c933a4222c5df6ef88064ea3522899b190d337d1..6d7e69d4d3ec1a873ab5a6accab4ab3a290e5989:/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"