gnucash-htdocs master: Remove spaces.

John Ralls jralls at code.gnucash.org
Wed Apr 15 13:25:05 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d8a35cf8 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8d7a12e1 (commit)



commit d8a35cf8069d9552032fe9fe7b7344d27323211c
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Apr 15 10:24:56 2020 -0700

    Remove spaces.

diff --git a/index.phtml b/index.phtml
index 03e5479..36a4086 100644
--- a/index.phtml
+++ b/index.phtml
@@ -18,7 +18,7 @@
         <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 $stable_path . $latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
+         <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $stable_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
          <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $stable_path.$latest_stable_xp_vista;?>">XP/Vista</a> | <a href="<?php echo $stable_path.$latest_stable_win;?>">7/8/10</a></li>
          <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $stable_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $stable_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
          <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>



Summary of changes:
 index.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list