format voter/votes with : suggested by Mario

git-svn-id: http://svn.cacert.cl/Software/Voting/vote@60 d4452222-2f33-11de-9270-010000000000
reality
community.cacert.org 15 years ago
parent 9355a999ef
commit b215c45070

@ -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…
Cancel
Save