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/02/05 18:04:27 UTC

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

stas        02/02/05 09:04:27

  Modified:    tmpl/custom/html head
  Log:
  - add default bgcolor (if the browser doesn't fetch the bg image)
  
  Revision  Changes    Path
  1.3       +4 -4      modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- head	5 Feb 2002 04:18:41 -0000	1.2
  +++ head	5 Feb 2002 17:04:27 -0000	1.3
  @@ -5,9 +5,9 @@
   -%]
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
  -<head>
  -<title>[% doc.meta.title %]</title>
  +    <head>
  +        <title>[% doc.meta.title %]</title>
   [% INCLUDE headers -%]
  -</head>
  -<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" >
  +    </head>
  +<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" bgcolor="#ffffff" >
   <a name="top"></a>
  
  
  

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