Escape > chars and fix uri_for
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / Authentication.pod
index 4fbfa3d..652d210 100644 (file)
@@ -442,7 +442,7 @@ C<lib/MyApp/Controller/Logout.pm> to match:
     }
 
 As with the login controller, be sure to delete the 
-C<$c->response->body('Matched MyApp::Controller::Logout in Logout.');>
+C<$c-E<gt>response-E<gt>body('Matched MyApp::Controller::Logout in Logout.');>
 line of the C<sub index>.