ajack       2004/01/08 12:46:59

  Modified:    python/gump/document forrest.py
  Log:
  Link to the HTML not the XML (always seemed wrong to have to do that since Forrest 
might not generate HTML...)
  
  Revision  Changes    Path
  1.43      +1 -2      jakarta-gump/python/gump/document/forrest.py
  
  Index: forrest.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document/forrest.py,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- forrest.py        8 Jan 2004 17:58:51 -0000       1.42
  +++ forrest.py        8 Jan 2004 20:46:59 -0000       1.43
  @@ -948,8 +948,7 @@
           addnPara=addnSection.createParagraph()
           addnPara.createLink(         \
               self.resolver.getUrl(project, \
  -                                    project.getName() + '_details', \
  -                                        '.xml'),     \
  +                                    project.getName() + '_details'), \
                               'For more...')
                                           
                                           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to