]> git.decadent.org.uk Git - maypole.git/commitdiff
applied patch for http://rt.cpan.org/NoAuth/Bug.html?id=11236
authorAaron Trevena <aaron.trevena@gmail.com>
Wed, 29 Jun 2005 17:56:40 +0000 (17:56 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Wed, 29 Jun 2005 17:56:40 +0000 (17:56 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@340 48953598-375a-da11-a14b-00016c27c3ee

Changes
templates/factory/frontpage

diff --git a/Changes b/Changes
index 0cf1fe5fe5a342af709acb19ff11a9b68245bc42..1452fb6ca5886db1fe76c6acc0e0667b2ed1bbf6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,7 +4,7 @@ For information about current developments and future releases, see:
 
 2.10  July 2005
     Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 )
-
+    Small fix to templates/factory/frontpage ( http://rt.cpan.org/NoAuth/Bug.html?id=11236 )
 
 2.09  Mon Jan 25 22:00:00 2005
     Fixes:
index 2677c26afaaf0c07dbb0f15a66e70a2b79df8e02..ac47269519d5a139266e903387f810278326f5bb 100644 (file)
@@ -16,7 +16,7 @@ It shows a list of all tables it is allowed to display.
 <ul>
 [% FOR table = config.display_tables %]
     <li>
-        <a href="[%table%]/list">List by [%table %]</a>
+        <a href="[% base %]/[%table%]/list">List by [%table %]</a>
     </li>      
 [% END %]
 </ul>