[evolvis-commits] r14631: Fix html

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:40:28 CET 2011


Author: mirabilos
Date: 2011-02-28 04:40:27 +0100 (Mon, 28 Feb 2011)
New Revision: 14631

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/help/trove_cat.php
Log:
Fix html

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/help/trove_cat.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/help/trove_cat.php	2011-02-28 03:40:09 UTC (rev 14630)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/help/trove_cat.php	2011-02-28 03:40:27 UTC (rev 14631)
@@ -44,8 +44,8 @@
 help_header("Trove Category - ".$row_cat['fullname']);
 
 print '<table width="100%" cellpadding="0" cellspacing="0" border="0">'."\n";
-print '<tr><td>'._('Full Category Name').':</td><td><strong>'.$row_cat['fullname']."</strong></td>\n";
-print '<tr><td>'._('Short Name').':</td><td><strong>'.$row_cat['shortname']."</strong></td>\n";
+print '<tr><td>'._('Full Category Name').':</td><td><strong>'.$row_cat['fullname']."</strong></td></tr>\n";
+print '<tr><td>'._('Short Name').':</td><td><strong>'.$row_cat['shortname']."</strong></td></tr>\n";
 print "</table>\n";
 print '<p>'._('Description').':<br /><em>'.$row_cat['description'].'</em>'."</p>\n";
 



More information about the evolvis-commits mailing list