com web/pres2: Should really completely rewrite this page, but I am too lazy: index.php
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 048115e221878927e72674c438d65c0a94e46c07 Author: Rasmus Lerdorf <[email protected]> Sun, 30 Mar 2014 06:14:13 -0700 Parents: 8c1c24043c008eee731fa6da1d5767cc5c9a995a Branches: master Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=048115e221878927e72674c438d65c0a94e46c07 Log: Should really completely rewrite this page, but I am too lazy Changed paths: M index.php Diff: diff --git a/index.php b/index.php index a331c4a..48673ec 100644 --- a/index.php +++ b/index.php @@ -210,11 +210,11 @@ switch($display_mode) { <p><?php echo message('FONT_SIZES'); ?></p> <p><?php echo message('AVAILABLE_PRESENTATIONS'); ?></p> <table align="center" class="index"> -<tr><th><?php echo message('PRES_TITLE'); ?></th> - <th><?php echo message('PRES_DATE'); ?></th> - <th><?php echo message('PRES_LOCATION'); ?></th> - <th><?php echo message('PRES_SPEAKER'); ?></th> - <th><?php echo message('PRES_SLIDES'); ?></th></tr> +<tr><th align="left"> <?php echo message('PRES_TITLE'); ?></th> + <th align="left"> <?php echo message('PRES_DATE'); ?></th> + <th align="left"> <?php echo message('PRES_LOCATION'); ?></th> + <th align="left"> <?php echo message('PRES_SPEAKER'); ?></th> + <th align="left"> <?php echo message('PRES_SLIDES'); ?></th></tr> <?php $prnum = sizeof($pr);