Fix thinko.

This commit is contained in:
Tom Hughes 2008-07-19 23:02:04 +00:00
parent c933a4222c
commit d69e9533d1

View file

@ -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"