gnucash-htdocs master: Fix typo remove escapes from quotes.

John Ralls jralls at code.gnucash.org
Fri Apr 5 17:48:01 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bfadb1b9 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/95b52322 (commit)



commit bfadb1b97829477d1fa53c099fb21d8086af0028
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Apr 5 14:47:56 2019 -0700

    Fix typo remove escapes from quotes.

diff --git a/externals/menu.phtml b/externals/menu.phtml
index 92649dc..edc92cc 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -77,7 +77,7 @@
     <p class="adstext"><a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
     <p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
     <?php
-    echo '<p class="adstext">' . sprintf(T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at %s , and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book"), '<a href=\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\">packtpub.com</a>') . '</p>';
+    echo '<p class="adstext">' . sprintf(T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at %s, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book"), '<a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide">packtpub.com</a>') . '</p>';
     ?>
     
     </div>



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



More information about the gnucash-changes mailing list