format voter/votes with : suggested by Mario
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@60 d4452222-2f33-11de-9270-010000000000
This commit is contained in:
parent
9355a999ef
commit
b215c45070
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ BODY;
|
|||
$vstmt->execute(array($row['id']));
|
||||
echo "<i>Votes:</i><br/>";
|
||||
while ($vrow = $vstmt->fetch()) {
|
||||
echo "<i>".$vrow['name']." ".$state[$vrow['vote']+1]."</i><br/>";
|
||||
echo "<i>".$vrow['name'].": ".$state[$vrow['vote']+1]."</i><br/>";
|
||||
}
|
||||
} else {
|
||||
echo '<i><a href="motions.php?motion='.$row['tag'].'&showvotes=1">Show Votes</a></i><br/>';
|
||||
|
|
Loading…
Reference in a new issue