gnucash-htdocs master: Fix html syntax for bitcoin donations

Geert Janssens gjanssens at code.gnucash.org
Sat Mar 22 16:55:44 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1011d5f9 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/1698adbf (commit)



commit 1011d5f902011ba5255e60113fbe1e92e5288b9c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 22 21:55:24 2014 +0100

    Fix html syntax for bitcoin donations

diff --git a/donate.phtml b/donate.phtml
index ff315d5..ec8422e 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -27,8 +27,8 @@ include("externals/menu.phtml");
 
 
 <h3 style="clear:both;"><?= T_("You can donate using bitcoin");?></h3>
-<a style="float:left; margin: 0 10px 10px 0;"  ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><img src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" /></a/
-<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
+<a style="float:left; margin: 0 10px 10px 0;"  href="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><img src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" /></a>
+<p><a href="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
 
 
 <h3 style="clear:both;"><?= T_("You can transfer a donation to our bank account");?></h3>



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



More information about the gnucash-changes mailing list