[evolvis-commits] r11690: replace content style with tablecontent?==?UTF-8?Q?↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:22:25 CET 2011


Author: mirabilos
Date: 2011-02-24 18:22:24 +0100 (Thu, 24 Feb 2011)
New Revision: 11690

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/developer/diary.php
Log:
replace content style with tablecontent


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/developer/diary.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/developer/diary.php	2011-02-24 17:22:23 UTC (rev 11689)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/developer/diary.php	2011-02-24 17:22:24 UTC (rev 11690)
@@ -85,7 +85,7 @@
 				'<td>'. date($sys_datefmt, db_result($result,$i,'date_posted')).'</td></tr>';
 		}
 		echo '
-		<tr><td colspan="2" class="content"> </td></tr>';
+		<tr><td colspan="2" class="tablecontent"> </td></tr>';
 	}
 	echo "</table>\n";
 



More information about the evolvis-commits mailing list