summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-01-23 01:30:29 +0000
committerxgizzmo <xgizzmo@ampache>2007-01-23 01:30:29 +0000
commit43b01439c69217a1fa9a5aa131b2410ea0169881 (patch)
tree0f530b2bdfa36a934a2d00992537d2f0c8d106f3 /templates/show_songs.inc
parenta285c5e5512b38cf27dc0aec1633ebad0ed4d150 (diff)
downloadampache-43b01439c69217a1fa9a5aa131b2410ea0169881.tar.gz
ampache-43b01439c69217a1fa9a5aa131b2410ea0169881.tar.bz2
ampache-43b01439c69217a1fa9a5aa131b2410ea0169881.zip
fixed a short tag
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 5f7b711d..26eafc08 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -130,7 +130,7 @@ foreach ($song_ids as $song_id) {
</td>
<td>
<a href="<?php echo $web_path; ?>/flag.php?action=show_flag&amp;type=song&amp;id=<?php echo $song->id; ?>">
- <?
+ <?php
if ($song->has_flag()) {
echo get_user_icon('flag');
}