Revision: 31636 http://trac.macosforge.org/projects/macports/changeset/31636 Author: jmpp@macports.org Date: 2007-11-30 18:21:02 -0800 (Fri, 30 Nov 2007) Log Message: ----------- Don't bold the 'at' for our last updated hour (but, again, mostly just testing the post-commit hook to update the webroot on Mac OS Forge). Modified Paths: -------------- trunk/www/ports.php Modified: trunk/www/ports.php =================================================================== --- trunk/www/ports.php 2007-12-01 02:20:40 UTC (rev 31635) +++ trunk/www/ports.php 2007-12-01 02:21:02 UTC (rev 31636) @@ -29,7 +29,7 @@ ?> <p>The MacPorts Project currently distributes <b><?php print ports_count(); ?></b> ports, distributed across <?php print $num_categories; ?> different categories and available below for viewing. This form allows you to search the MacPorts software - index, last updated on <b><?php echo $date; ?> at <?php echo $time; ?></b>.</p> + index, last updated on <b><?php echo $date; ?></b> at <b><?php echo $time; ?></b>.</p> <br />
participants (1)
-
jmpp@macports.org