More thorough support for comment threading.
[zzz-floof.git] / floof / controllers / tag.py
index 874e605..4f98994 100644 (file)
@@ -19,7 +19,7 @@ class TagController(BaseController):
         elixir.session.delete(tag)
         elixir.session.commit()
         redirect(url('show_art', id=art_id))
-        
+
     # TODO: login required
     def create(self, art_id):
         c.art = h.get_object_or_404(Art, id=art_id)