r21448 - htdocs/trunk/externals - Fix path to website for google+1 button.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 09:33:44 EDT 2011


Author: cmarchi
Date: 2011-10-18 09:33:43 -0400 (Tue, 18 Oct 2011)
New Revision: 21448
Trac: http://svn.gnucash.org/trac/changeset/21448

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Fix path to website for google+1 button.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-18 13:28:58 UTC (rev 21447)
+++ htdocs/trunk/externals/header.phtml	2011-10-18 13:33:43 UTC (rev 21448)
@@ -62,7 +62,7 @@
     <script type="text/javascript">
     //<![CDATA[
     (function() {
-        document.write('<fb:like width="200" data-href="www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></fb:like>');
+        document.write('<fb:like width="200" data-href="http://www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></fb:like>');
         var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
         s.type = 'text/javascript';
         s.async = true;



More information about the gnucash-changes mailing list