gnucash-htdocs master: Fix a few errors found by tidy in donate

Frank H.Ellenberger fell at code.gnucash.org
Fri Aug 14 05:01:25 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d41e672d (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/9c6a658e (commit)



commit d41e672df70bbb69805206fc309e19ee6bf8f2fd
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 14 10:53:50 2020 +0200

    Fix a few errors found by tidy in donate

diff --git a/donate.phtml b/donate.phtml
index 0e99576..02032de 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -1,6 +1,6 @@
 <?php 
 include("lang.php");
-$title = T_("Donations");                                                
+$title = T_("Donations");
 include("emulate_globals_on.php");
 include("externals/header.phtml");
 include("externals/menu.phtml");
@@ -20,7 +20,7 @@ include("externals/menu.phtml");
 
 
 <h3><?= T_("You can donate via the Sourceforge tip jar");?></h3>
-<a style="float:left; margin: 0 10px 10px 0;" href="https://sourceforge.net/donate/index.php?group_id=192"><img src="<?=$home?>/images/gnucash-sf-donation.png" valign="center" alt="[Sourceforge]" /></a>
+<a style="float:left; margin: 0 10px 10px 0; valign:center;" href="https://sourceforge.net/donate/index.php?group_id=192"><img src="<?=$home?>/images/gnucash-sf-donation.png" alt="[Sourceforge]" /></a>
 <p><a href="https://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforge tip jar")?></a></p>
 <p><?= T_("The tip jar is run through Paypal into an account managed by IHTFP Consulting, owned by Derek Atkins. So don't be surprised when your payment goes there.");?></p>
 
@@ -46,4 +46,4 @@ include("externals/menu.phtml");
 <p><?php echo T_("Thank you for your support!");?></p>
 </div>
 
-<?php include("externals/footer.phtml"); ?></p>
+<?php include("externals/footer.phtml"); ?>



Summary of changes:
 donate.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list