summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-17 22:51:36 +0000
committerpb1dft <pb1dft@ampache>2007-02-17 22:51:36 +0000
commit8d42d56d0ab443a0f61677e0fd5bb76f38c1423c (patch)
tree443c308718dd18a6356734bf3f614af2507119c7 /templates
parent79d6b4b7e407a4bfa5fa2521df107114f082761d (diff)
downloadampache-8d42d56d0ab443a0f61677e0fd5bb76f38c1423c.tar.gz
ampache-8d42d56d0ab443a0f61677e0fd5bb76f38c1423c.tar.bz2
ampache-8d42d56d0ab443a0f61677e0fd5bb76f38c1423c.zip
Showing of playlists was broken
Diffstat (limited to 'templates')
-rw-r--r--templates/show_playlists.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php
index 9383e2a5..e907f592 100644
--- a/templates/show_playlists.inc.php
+++ b/templates/show_playlists.inc.php
@@ -79,7 +79,7 @@ foreach ($playlists as $playlist) {
<?php } // end foreach ($playlists as $playlist) ?>
<?php if (!count($playlists)) { ?>
<tr class="<?php echo flip_class(); ?>">
- <td colspan="4"><?php echo _('No Playlists Found'); ?></td>
+ <td colspan="5"><?php echo _('No Playlists Found'); ?></td>
</tr>
<?php } ?>
</table>