diff --git a/html/vote.php b/html/vote.php
index 648e4afa4a9fed7a5306f5d44edcdc8dc78946f5..56df5251849b3923785efe819737af0886bab845 100644
--- a/html/vote.php
+++ b/html/vote.php
@@ -2,6 +2,8 @@
 ---
 <?php
 
+// add team vote to database
+
 include_once('functions/db_connect.php');
 include_once('functions/db_methods.php');
 
@@ -21,4 +23,5 @@ $result=db_addTeamVote( $secret, $saison, $teamvote );
 $A=[ $secret, $saison, $teamvote, $result ];
 
 echo json_encode($A);
+
 ?>
\ No newline at end of file