summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-03-18 12:54:24 +0000
committerxgizzmo <xgizzmo@ampache>2006-03-18 12:54:24 +0000
commit4ea50fd7e3bfda9a9748d82616e560be55cd5349 (patch)
tree5ee264de0bea8e0a771c155c284f1cc0a415a4c3 /templates/show_songs.inc
parenteb5c7eb6aa397a6c29c5bdcdb11b9ff71b0a0ba4 (diff)
downloadampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.tar.gz
ampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.tar.bz2
ampache-4ea50fd7e3bfda9a9748d82616e560be55cd5349.zip
fixed a tiny html snafu
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index fcee00d3..1297d2b3 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -45,7 +45,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G
<th><?php echo _("Genre"); ?></th>
<th><?php echo _("Action"); ?></th>
<?php if (conf('ratings') || conf('ratings')=="false") { ?>
- <th width="90px"><?php echo _("Rating"); ?></th>
+ <th width="90"><?php echo _("Rating"); ?></th>
<?php } ?>
</tr>
<?php