]> git.decadent.org.uk Git - maypole.git/commitdiff
Fixed links in flox to cookbook (bug 22899)
authorAaron Trevena <aaron.trevena@gmail.com>
Fri, 3 Aug 2007 16:53:38 +0000 (16:53 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Fri, 3 Aug 2007 16:53:38 +0000 (16:53 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@579 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole/Manual/Flox.pod

diff --git a/Changes b/Changes
index 61e9c046f6d4de3ca49892c09612fcad2965784f..86cf585a6dc0fdf371fb5ec3c142a05dc3e10c3f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,7 @@ Bug Fixes :
    Apache::Request is fetched with a new object instead of instance if request options are provided
    additional, request_options and view_options attributes of Maypole::Config are initialised with hashref
    do_delete action now has exported attribute in ::Model::CDBI::Base
+   Fixed links in flox to cookbook (bug 22899)
 
 2.12  22 June 2007 
 
index 5e897774c6219c08e3290efb0cea069d1be41fca..8f93bf9e469129eba3b700aa5319db18fd72abc0 100644 (file)
@@ -195,7 +195,7 @@ The next stage is viewing the user's photo. Assuming we've got the photo
 stored in the database already (which is a reasonable assumption for the
 moment since we don't have a way to upload a photo quite yet) then we
 can use a variation of the "Displaying pictures" hack from the 
-L<Request Cookbook|Maypole::Manual::Cookbook:
+L<Request Cookbook|Maypole::Manual::Cookbook>:
 
     sub view_picture :Exported {
         my ($self, $r) = @_;