r21278 - htdocs/branches/beta/news - Fix a missing div for Google's +1 button

Cristian Marchi cmarchi at code.gnucash.org
Wed Sep 21 05:17:34 EDT 2011


Author: cmarchi
Date: 2011-09-21 05:17:34 -0400 (Wed, 21 Sep 2011)
New Revision: 21278
Trac: http://svn.gnucash.org/trac/changeset/21278

Modified:
   htdocs/branches/beta/news/news-script.php
Log:
Fix a missing div for Google's +1 button

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-09-21 09:15:52 UTC (rev 21277)
+++ htdocs/branches/beta/news/news-script.php	2011-09-21 09:17:34 UTC (rev 21278)
@@ -134,6 +134,7 @@
     <img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" /> 
     <a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
   </div>
+  </div>
   <div class="newsinner">
   <? for ($i=2; $i<$n; $i++)  {
           print $fa[$i];



More information about the gnucash-changes mailing list