summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-08 22:12:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-08 22:12:07 +0000
commit494cb10de07a4753fd01c5922f928d7730979bf4 (patch)
tree3619fb4353af186b7190d924ad5e3444db463f05
parent9d358f2017af00a102ab395d45be777e86dcad48 (diff)
downloadampache-494cb10de07a4753fd01c5922f928d7730979bf4.tar.gz
ampache-494cb10de07a4753fd01c5922f928d7730979bf4.tar.bz2
ampache-494cb10de07a4753fd01c5922f928d7730979bf4.zip
removed shorttag
-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 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 */