diff options
author | Mark Lipscombe <Mark Lipscombe@d4452222-2f33-11de-9270-010000000000> | 2009-08-02 11:04:46 +0000 |
---|---|---|
committer | Mark Lipscombe <Mark Lipscombe@d4452222-2f33-11de-9270-010000000000> | 2009-08-02 11:04:46 +0000 |
commit | 35127fcc25b75f1ff005aeba1a1d068449590c06 (patch) | |
tree | 5b1074c03f3c8b393cb9dab652f5cde307cfc63c | |
parent | c589d304ed6caf7609109367d216f8bd3d2511c9 (diff) | |
download | cacert-boardvoting-35127fcc25b75f1ff005aeba1a1d068449590c06.tar.gz cacert-boardvoting-35127fcc25b75f1ff005aeba1a1d068449590c06.tar.xz cacert-boardvoting-35127fcc25b75f1ff005aeba1a1d068449590c06.zip |
Fix small typo, withdraw vs. withdrawl
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@68 d4452222-2f33-11de-9270-010000000000
-rw-r--r-- | motions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/motions.php b/motions.php index 0a35cb3..533f33a 100644 --- a/motions.php +++ b/motions.php @@ -116,7 +116,7 @@ BODY; <li><a href="vote.php?motion=<?php echo($row['id']); ?>&vote=-1">Naye</a></li> <li><a href="proxy.php?motion=<?php echo($row['id']); ?>">Proxy Vote</a></li> <li><a href="motion.php?motion=<?php echo($row['id']); ?>">Modify</a></li> - <li><a href="motions.php?motion=<?php echo($row['tag']); ?>&withdrawl=1">Withdrawl</a></li> + <li><a href="motions.php?motion=<?php echo($row['tag']); ?>&withdrawl=1">Withdraw</a></li> </ul> <?php } else { @@ -152,7 +152,7 @@ BODY; } else { ?> <form action="?withdrawl=1&confirm=1&id=<?php echo $id;?>" method="post"> - <input type="submit" value="Withdrawl"> + <input type="submit" value="Withdraw"> </form> <?php } |