r21008 - htdocs/branches/beta/news - Remove a duplicated alt tag.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 14:47:43 EDT 2011


Author: cmarchi
Date: 2011-07-30 14:47:43 -0400 (Sat, 30 Jul 2011)
New Revision: 21008
Trac: http://svn.gnucash.org/trac/changeset/21008

Modified:
   htdocs/branches/beta/news/news-script.php
Log:
Remove a duplicated alt tag.

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-07-30 18:38:40 UTC (rev 21007)
+++ htdocs/branches/beta/news/news-script.php	2011-07-30 18:47:43 UTC (rev 21008)
@@ -130,7 +130,7 @@
 ?>
 <div class="newsborder">
   <div class="newsheader">
-    <img alt="news panel" src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]"/> 
+    <img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]"/> 
     <a name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
   </div>
   <div class="newsinner">



More information about the gnucash-changes mailing list