From d69e9533d1f1420f958b29cc5ba188691470b31c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 19 Jul 2008 23:02:04 +0000 Subject: [PATCH] Fix thinko. --- app/controllers/diary_entry_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2