Skip to content

Commit

Permalink
Give an id to download box.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 29, 2013
1 parent 849dd3c commit c392e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.phtml
Expand Up @@ -15,7 +15,7 @@ include("externals/menu.phtml");

<div id="download">
<div style="float:left;">
<h2><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
<h2 id="dwnld-box"><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>

<ul>
<li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
Expand Down

0 comments on commit c392e70

Please sign in to comment.