Skip to content

Commit

Permalink
fix table markup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Date_Holidays/trunk@260147 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
kenguest committed May 22, 2008
1 parent 8bf2383 commit f6b3ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_getHolidays.php
Expand Up @@ -29,9 +29,9 @@
foreach (array_keys($holidays) as $internalName) {
$title = $holidays[$internalName]->getTitle();
$date = $holidays[$internalName]->getDate();
echo sprintf('<tr> <td>%s</td> <td>%s</td></tr>', $title, strftime('%x',

echo sprintf('<tr> <td>%s</td> <td>%s</td></tr>', $title, strftime('%x',
$date->getTime()));
}
echo '</table';
echo '</table>';
?>

0 comments on commit f6b3ca8

Please sign in to comment.