diff options
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index f3dfa9a1..c786d023 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -46,7 +46,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G <th><?php echo _("Action"); ?></th> <?php if (conf('ratings') || conf('ratings')=="false") { ?> <th width="90px"><?php echo _("Rating"); ?></th> - <? } ?> + <?php } ?> </tr> <?php /* FIXME: don't even get me started with how many things are wrong with this code */ |