[Gnucash-changes] r12843 - htdocs/trunk/en - missed a few structure corrections, adding content type

Neil Williams codehelp at cvs.gnucash.org
Wed Jan 18 15:45:54 EST 2006


Author: codehelp
Date: 2006-01-18 15:45:54 -0500 (Wed, 18 Jan 2006)
New Revision: 12843
Trac: http://svn.gnucash.org/trac/changeset/12843

Modified:
   htdocs/trunk/en/components/header.phtml
   htdocs/trunk/en/docs.phtml
   htdocs/trunk/en/features_5.phtml
   htdocs/trunk/en/oldnews.phtml
   htdocs/trunk/en/screenshots.phtml
Log:
missed a few structure corrections, adding content type

Modified: htdocs/trunk/en/components/header.phtml
===================================================================
--- htdocs/trunk/en/components/header.phtml	2006-01-18 20:44:38 UTC (rev 12842)
+++ htdocs/trunk/en/components/header.phtml	2006-01-18 20:45:54 UTC (rev 12843)
@@ -4,6 +4,7 @@
 <link rel="stylesheet" href="/gnucash.css" type="text/css">
 <link rel="icon" href="favicon.ico" type="image/x-icon">
 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
 <!-- Hmm, I think the RSS should go only on the home page, not on all the pages ... -->
 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.gnucash.org/en/rss-feed.phtml">

Modified: htdocs/trunk/en/docs.phtml
===================================================================
--- htdocs/trunk/en/docs.phtml	2006-01-18 20:44:38 UTC (rev 12842)
+++ htdocs/trunk/en/docs.phtml	2006-01-18 20:45:54 UTC (rev 12843)
@@ -5,7 +5,6 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-documentation.phtml"); ?>
-</div>
 <div id="content">
 
 <h1>GnuCash Documentation Project</h1>
@@ -245,6 +244,7 @@
 
 <p>
 
+</div>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/features_5.phtml
===================================================================
--- htdocs/trunk/en/features_5.phtml	2006-01-18 20:44:38 UTC (rev 12842)
+++ htdocs/trunk/en/features_5.phtml	2006-01-18 20:45:54 UTC (rev 12843)
@@ -5,7 +5,6 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</div>
 <div id="content">
 
 <div>
@@ -181,5 +180,6 @@
 	</td>
 </tr>
 </table>
+</div>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/oldnews.phtml
===================================================================
--- htdocs/trunk/en/oldnews.phtml	2006-01-18 20:44:38 UTC (rev 12842)
+++ htdocs/trunk/en/oldnews.phtml	2006-01-18 20:45:54 UTC (rev 12843)
@@ -6,7 +6,6 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
-</div>
 <div id="content">
 
 <h1>Older Announcements</h1>
@@ -22,6 +21,7 @@
     $alt_newspath  =  "../news/old/";
     include($GLOBALS['DOCUMENT_ROOT']."/php-scripts/news-script.php");
     ?>  
+</div>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/screenshots.phtml
===================================================================
--- htdocs/trunk/en/screenshots.phtml	2006-01-18 20:44:38 UTC (rev 12842)
+++ htdocs/trunk/en/screenshots.phtml	2006-01-18 20:45:54 UTC (rev 12843)
@@ -5,7 +5,6 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</div>
 <div id="content">
 
 <h1>Screenshots</h1>
@@ -52,4 +51,5 @@
 </tr>
 </table>
 
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>



More information about the gnucash-changes mailing list