stas        02/04/13 23:08:28

  Modified:    tmpl/custom/html head
  Log:
  prepand "mod_perl: " to all titles so the bookmarked pages will make more
  sense
  
  Revision  Changes    Path
  1.10      +1 -1      modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- head      13 Apr 2002 14:56:29 -0000      1.9
  +++ head      14 Apr 2002 06:08:28 -0000      1.10
  @@ -7,7 +7,7 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
       <head>
  -        <title>[%- doc.meta.title -%]</title>
  +        <title>mod_perl: [%- doc.meta.title -%]</title>
           <link rel="shortcut icon" href="[% doc.dir.abs_doc_root 
%]/images/favicon.ico" type="image/x-icon">
   [%- INCLUDE headers -%]
   
  
  
  

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

Reply via email to