gnucash-htdocs master: Test an image frame and note.

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 08:26:05 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/af09c9fc (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/39b8d359 (commit)



commit af09c9fc1513408d4f7881d4c17bd090825cc907
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 14:25:58 2013 +0100

    Test an image frame and note.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 1a69ac2..1d48169 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -20,7 +20,6 @@ include("$top_dir/externals/menu.phtml");
 
 
 <table class="figure">
-  <tbody>
    <tr>
      <td><p align="center"><img src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" /></p>
      </td>
@@ -28,10 +27,12 @@ include("$top_dir/externals/menu.phtml");
      <th>The double Entry system.
      </th>
    </tr>
+</table>
+
 <p class="justify">
 <?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
 </p>
-  </tbody>
+
 
 <h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
 <p align="center"><img src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]" /></p>



Summary of changes:
 2.6-release-tour.phtml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list