Skip to content

Commit

Permalink
Fix a missing div.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20963 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 29, 2011
1 parent cc1e50b commit 54701cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.phtml
Expand Up @@ -23,11 +23,11 @@ include("externals/menu.phtml");
<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>
Expand Down

0 comments on commit 54701cb

Please sign in to comment.