r21427 - htdocs/trunk/externals - Fix og:image url.

Cristian Marchi cmarchi at code.gnucash.org
Mon Oct 17 12:54:47 EDT 2011


Author: cmarchi
Date: 2011-10-17 12:54:46 -0400 (Mon, 17 Oct 2011)
New Revision: 21427
Trac: http://svn.gnucash.org/trac/changeset/21427

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Fix og:image url.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-17 16:51:50 UTC (rev 21426)
+++ htdocs/trunk/externals/header.phtml	2011-10-17 16:54:46 UTC (rev 21427)
@@ -19,7 +19,7 @@
 <meta property="og:title" content="Free Accounting Software | GnuCash"/>
 <meta property="og:type" content="website"/>
 <meta property="og:url" content="http://www.gnucash.org/"/>
-<meta property="og:image" content="http://http://gnucash.org/images/gnc-download.png"/>
+<meta property="og:image" content="http://www.gnucash.org/images/gnc-download.png"/>
 <meta property="og:site_name" content="GnuCash"/>
 <meta property="og:description" content="A personal and small-business financial-accounting software, licensed under GNU/GPL and available for Linux, Windows, Mac OS X, BSD, and Solaris."/>
 <!--end of Open Graph properties-->



More information about the gnucash-changes mailing list