summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');
}