summaryrefslogtreecommitdiffstats
path: root/templates/show_democratic_playlist.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 23:40:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 23:40:34 +0000
commitcc36557ebd32a41a9b31d21611b5a1f731b96efa (patch)
tree7dfe8beb9a72a71edadc794a42edc7d55242e74e /templates/show_democratic_playlist.inc.php
parent62fa1b6da6139b3d8c77f10db75d8e6ead259310 (diff)
downloadampache-cc36557ebd32a41a9b31d21611b5a1f731b96efa.tar.gz
ampache-cc36557ebd32a41a9b31d21611b5a1f731b96efa.tar.bz2
ampache-cc36557ebd32a41a9b31d21611b5a1f731b96efa.zip
add in the democratic methods (untested)
Diffstat (limited to 'templates/show_democratic_playlist.inc.php')
-rw-r--r--templates/show_democratic_playlist.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php
index d19b0dba..dee57b8f 100644
--- a/templates/show_democratic_playlist.inc.php
+++ b/templates/show_democratic_playlist.inc.php
@@ -76,7 +76,7 @@ foreach($object_ids as $row_id=>$data) {
<?php echo Ajax::button('?page=democratic&action=add_vote&object_id=' . $media->id . '&type=' . scrub_out($data['object_type']),'tick',_('Add Vote'),'remove_vote_' . $row_id); ?>
<?php } ?>
</td>
- <td class="cel_votes" >(<?php echo scrub_out($democratic->get_vote($row_id)); ?>)</td>
+ <td class="cel_votes" ><?php echo scrub_out($democratic->get_vote($row_id)); ?></td>
<td class="cel_title"><?php echo $media->f_link; ?></td>
<td class="cel_album"><?php echo $media->f_album_link; ?></td>
<td class="cel_artist"><?php echo $media->f_artist_link; ?></td>