[Gnucash-changes] r13905 - htdocs/trunk/news - revert change I was playing with.

Joshua Sled jsled at cvs.gnucash.org
Tue May 2 20:25:28 EDT 2006


Author: jsled
Date: 2006-05-02 20:25:28 -0400 (Tue, 02 May 2006)
New Revision: 13905
Trac: http://svn.gnucash.org/trac/changeset/13905

Modified:
   htdocs/trunk/news/news-script.php
Log:
revert change I was playing with.


Modified: htdocs/trunk/news/news-script.php
===================================================================
--- htdocs/trunk/news/news-script.php	2006-05-03 00:24:48 UTC (rev 13904)
+++ htdocs/trunk/news/news-script.php	2006-05-03 00:25:28 UTC (rev 13905)
@@ -111,10 +111,10 @@
               include $key;
         }
         else {
-             echo ("<div class=\"newsborder\"><h1 class=\"newsheader\">");
+             echo ("<div class=\"newsborder\"><div class=\"newsheader\">");
              echo("<img alt=\"news panel\" src=\"images/icons/document.txt.gif\">&nbsp;");
              print $fa[0];
-             print  " - <b>" . $newsfile[$key] . "</b></h1>\n";
+             print  " - <b>" . $newsfile[$key] . "</b></div>\n";
              echo "<div class=\"newsinner\">";
              for  ($i=2;  $i<$n;  $i++)  {
                  print $fa[$i];



More information about the gnucash-changes mailing list