|
From: Benjamin C. <bc...@us...> - 2004-05-02 17:06:43
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20180/templates/default Modified Files: Tag: htmltemplates wrap.html Log Message: Cleaning up Index: wrap.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v retrieving revision 1.28.4.2 retrieving revision 1.28.4.3 diff -u -r1.28.4.2 -r1.28.4.3 --- wrap.html 17 Nov 2003 12:42:03 -0000 1.28.4.2 +++ wrap.html 2 May 2004 17:06:35 -0000 1.28.4.3 @@ -2,11 +2,11 @@ <head> <META HTTP-EQUIV="Expires" CONTENT="-1"> <title>phpBugTracker - <?php echo $page_title ?></title> - <link rel="StyleSheet" href="styles/<?php echo STYLE ?>.css" type="text/css"> - <link rel="stylesheet" type"text/css" href="styles/print.css" media="print"> - <META http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET ?>"> + <link rel="StyleSheet" href="styles/<?php echo STYLE ?>.css" type="text/css" /> + <link rel="stylesheet" type="text/css" href="styles/print.css" media="print" /> + <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> -<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> +<body> <div class="nav"> <div class="header_image"> <img name="title" src="<?php echo $template_path ?>/images/title.gif" width="500" height="50" border="0" alt="" hspace="0" vspace="0"> @@ -58,7 +58,7 @@ </div> <?php } ?> -<div style="padding: 0px 5px;"> +<div style="padding: 5px;"> <?php include($content_template) ?> </div> |