summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r--templates/show_songs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php
index 7ad023db..24687b10 100644
--- a/templates/show_songs.inc.php
+++ b/templates/show_songs.inc.php
@@ -39,8 +39,8 @@ $ajax_url = Config::get('ajax_url');
<th><?php echo _('Album'); ?></th>
<th><?php echo _('Genre'); ?></th>
<th><?php echo _('Track'); ?></th>
- <td><?php echo _('Time'); ?></th>
- <td><?php echo _('Action'); ?></td>
+ <th><?php echo _('Time'); ?></th>
+ <th><?php echo _('Action'); ?></th>
</tr>
<?php
foreach ($object_ids as $song_id) {