You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/06/11 09:09:37 UTC

cvs commit: modperl-docs/tmpl/custom/html sitemap_body

stas        2002/06/11 00:09:37

  Modified:    tmpl/custom/html sitemap_body
  Log:
  fix the bug with linking to hidden objects from the sitemap as reported by
  per einar.
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-docs/tmpl/custom/html/sitemap_body
  
  Index: sitemap_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/sitemap_body,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap_body	29 Apr 2002 17:37:49 -0000	1.1
  +++ sitemap_body	11 Jun 2002 07:09:37 -0000	1.2
  @@ -32,7 +32,7 @@
              "<li>";
              INCLUDE print_item;
              '<ul class="toc">';
  -           INCLUDE print_node c=c.down prefix="$prefix/${c.meta.rel_path}";
  +           INCLUDE print_node c=c.down.first prefix="$prefix/${c.meta.rel_path}";
              c = c.next;
              "</ul>";
              "</li>";
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org