stas        02/04/13 11:32:27

  Modified:    tmpl/custom/html page_toc_section
  Log:
  - fix a broken tag. (I love NS4, it simply won't render the page with
  broken HTML :)
  
  Revision  Changes    Path
  1.7       +1 -1      modperl-docs/tmpl/custom/html/page_toc_section
  
  Index: page_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc_section,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- page_toc_section  13 Apr 2002 15:46:43 -0000      1.6
  +++ page_toc_section  13 Apr 2002 18:32:27 -0000      1.7
  @@ -8,7 +8,7 @@
   [%- FOREACH sec = subs -%]
   
               <li>
  -                <a name="[%- sec.toc_link -%]"><a href="[%- sec.link 
-%]">[%- sec.title -%]</a>[%- IF sec.abstract -%]<br>[%- sec.abstract 
-%]<br><br>[%- END -%][%- IF sec.subs -%][%- PROCESS page_toc_section 
subs=sec.subs -%][%- END -%]
  +                <a name="[%- sec.toc_link -%]"></a><a href="[%- sec.link 
-%]">[%- sec.title -%]</a>[%- IF sec.abstract -%]<br>[%- sec.abstract 
-%]<br><br>[%- END -%][%- IF sec.subs -%][%- PROCESS page_toc_section 
subs=sec.subs -%][%- END -%]
                   
               </li>
   [%- END -%]
  
  
  

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

Reply via email to