Skip to content

Commit

Permalink
Clean Up Table
Browse files Browse the repository at this point in the history
  • Loading branch information
gburton committed May 18, 2018
1 parent dddfc57 commit f9347f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/modules/downloads.php
Expand Up @@ -27,7 +27,7 @@
<h2 class="h3"><?php echo HEADING_DOWNLOAD; ?></h2>

<div class="contentText">
<table border="0" width="100%" cellspacing="1" cellpadding="2">
<table class="table table-striped">

<?php
while ($downloads = tep_db_fetch_array($downloads_query)) {
Expand All @@ -50,7 +50,7 @@
}

echo ' <td>' . TABLE_HEADING_DOWNLOAD_DATE . tep_date_long($download_expiry) . '</td>' . "\n" .
' <td align="right">' . $downloads['download_count'] . TABLE_HEADING_DOWNLOAD_COUNT . '</td>' . "\n" .
' <td class="text-right">' . $downloads['download_count'] . TABLE_HEADING_DOWNLOAD_COUNT . '</td>' . "\n" .
' </tr>' . "\n";
}
?>
Expand Down

0 comments on commit f9347f1

Please sign in to comment.