]> git.openstreetmap.org Git - rails.git/commitdiff
Fix thinko.
authorTom Hughes <tom@compton.nu>
Sat, 19 Jul 2008 23:02:04 +0000 (23:02 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 19 Jul 2008 23:02:04 +0000 (23:02 +0000)
app/controllers/diary_entry_controller.rb

index afd06259d212a9994576c307654b2ef21c4d52d4..c0d7204d57a7d539c2a040f14ea0c15772ae1fd3 100644 (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"