Blob Blame History Raw
--- lib/Catalyst/Action/RenderView.pm.orig	2007-06-05 19:39:20.306890672 -0700
+++ lib/Catalyst/Action/RenderView.pm	2007-06-05 19:42:07.274328217 -0700
@@ -52,6 +52,8 @@
 The default C<end> action. You can override this as required in your
 application class; normal inheritance applies.
 
+=back 
+
 =head1 EXTENDING
 
 To add something to an C<end> action that is called before rendering,
@@ -73,8 +75,6 @@
       # do stuff here
     }
 
-=back
-
 =head1 AUTHOR
 
 Marcus Ramberg <marcus@thefeed.no>