stas        02/01/24 08:56:33

  Modified:    src      config.cfg
  Log:
  - the root docset config's id attribute had the same id as the 'docs'
  docset, causing a wrong menu item selection at the entrance to the site
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.cfg        24 Jan 2002 16:33:56 -0000      1.2
  +++ config.cfg        24 Jan 2002 16:56:33 -0000      1.3
  @@ -1,7 +1,7 @@
   use vars qw(@c);
   @c =
       (
  -     id => 'docs',
  +     id => 'home',
   
        stitle => "Home",
   
  
  
  

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

Reply via email to