r21009 - htdocs/branches/beta/news - Remove the slash at the end of img tag to validate the code.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 14:49:01 EDT 2011


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

Modified:
   htdocs/branches/beta/news/news-script.php
Log:
Remove the slash at the end of img tag to validate the code.

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-07-30 18:47:43 UTC (rev 21008)
+++ htdocs/branches/beta/news/news-script.php	2011-07-30 18:49:01 UTC (rev 21009)
@@ -130,7 +130,7 @@
 ?>
 <div class="newsborder">
   <div class="newsheader">
-    <img 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