]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entry_controller.rb
Make the location of the GPX traces configurable.
[rails.git] / 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"