diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb
index acd65d41ce93afe17cd84bd422245ef4d5f76b68..2d35fac8cacfc44f9d749d155402976d2ecdc4fa 100644
--- a/app/controllers/posts_controller.rb
+++ b/app/controllers/posts_controller.rb
@@ -20,8 +20,7 @@ class PostsController < ApplicationController
 
   rescue_from Diaspora::NonPublic do |exception|
     respond_to do |format|
-      format.html { render :template=>'errors/not_public', :status=>404 }
-      format.all { render :nothing=>true, :status=>404 }
+      format.all { render :template=>'errors/not_public', :status=>404 }
     end
   end
 
diff --git a/app/views/errors/not_public.html.haml b/app/views/errors/not_public.haml
similarity index 100%
rename from app/views/errors/not_public.html.haml
rename to app/views/errors/not_public.haml