[Codestriker-commits] CVS update: codestriker/template/en/default header.html.tmpl
Brought to you by:
sits
|
From: <si...@us...> - 2005-02-22 01:38:48
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=6706083&action=view User: sits Date: 05/02/21 17:38:31 Modified: template/en/default header.html.tmpl Log: Ensure the body properties are set correctly in the header Index: header.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/header.html.tmpl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- header.html.tmpl 21 Feb 2005 21:02:50 -0000 1.11 +++ header.html.tmpl 22 Feb 2005 01:38:25 -0000 1.12 @@ -1,6 +1,6 @@ [% IF closehead %] </head> -<body onLoad="gotoAnchor(cs_load_anchor, cs_reload);"> +<body charset="ISO-8859-1" link="blue" vlink="purple" bgcolor="#eeeeee" onLoad="gotoAnchor(cs_load_anchor, cs_reload);"> [% END %] [%# Header HTML code to appear on each screen, after <body> tag. #%] |