r20963 - htdocs/branches/beta - Fix a missing div.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 09:43:23 EDT 2011


Author: cmarchi
Date: 2011-07-29 09:43:23 -0400 (Fri, 29 Jul 2011)
New Revision: 20963
Trac: http://svn.gnucash.org/trac/changeset/20963

Modified:
   htdocs/branches/beta/index.phtml
Log:
Fix a missing div.

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-29 13:41:10 UTC (rev 20962)
+++ htdocs/branches/beta/index.phtml	2011-07-29 13:43:23 UTC (rev 20963)
@@ -23,11 +23,11 @@
 <li><img src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_stable;?>/Readme">Readme</a></li>
 <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
 </ul>
+</div>
 
 <div id="downloadimage">
 <img src="<?=$top_dir;?>/externals/gnc-download.png"></img>
 </div>
-
 </div>
 
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>



More information about the gnucash-changes mailing list