Skip to content

Commit

Permalink
Remove a wrong class.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20895 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 10, 2011
1 parent 10998f4 commit 5af9db0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions download.phtml
Expand Up @@ -11,7 +11,6 @@ include("externals/menu.phtml");

<h1><?php echo T_("Download GnuCash")?></h1>

<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php printf (T_("Stable release (%s)"), $latest_stable)?></h2>
</div>
Expand Down Expand Up @@ -42,7 +41,6 @@ include("externals/menu.phtml");
</ul>
<p><?php echo T_("For build instructions, please check the GnuCash wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>

<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
</div>
Expand All @@ -55,7 +53,6 @@ include("externals/menu.phtml");
<li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
</ul>

<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Other")?></h2>
</div>
Expand Down

0 comments on commit 5af9db0

Please sign in to comment.