[Catalyst-commits] r6483 - / trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Sat Jun 23 15:19:50 GMT 2007


Author: zarquon
Date: 2007-06-23 15:19:49 +0100 (Sat, 23 Jun 2007)
New Revision: 6483

Modified:
   /
   trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authentication.pod
   trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
Log:
 r10550 at zaphod:  kd | 2007-06-23 23:41:31 +1000
 shlomi fish "patch" *sigh*



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:10343
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:10550
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authentication.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authentication.pod	2007-06-21 20:25:49 UTC (rev 6482)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Authentication.pod	2007-06-23 14:19:49 UTC (rev 6483)
@@ -636,6 +636,7 @@
        TT code, it's probably a little too subtle for use in "normal" 
        comments.
     %]
+ </p>
 
 Although most of the code is comments, the middle few lines provide a
 "you are already logged in" reminder if the user returns to the login

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod	2007-06-21 20:25:49 UTC (rev 6482)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod	2007-06-23 14:19:49 UTC (rev 6483)
@@ -444,7 +444,7 @@
 
 =head2 Fixing a Dangerous URL
 
-Note the URL in your browser once you have performed the deletetion in the 
+Note the URL in your browser once you have performed the deletion in the 
 prior step -- it is still referencing the delete action:
 
     http://localhost:3000/books/delete/6




More information about the Catalyst-commits mailing list