diff --git a/htdocs/langs/en_US/opensurvey.lang b/htdocs/langs/en_US/opensurvey.lang
index 6f8bd25a966..93bc67ea34a 100644
--- a/htdocs/langs/en_US/opensurvey.lang
+++ b/htdocs/langs/en_US/opensurvey.lang
@@ -62,3 +62,4 @@ EmailSomeoneVoted=%s has filled a line.\nYou can find your poll at the link: \n%
ShowSurvey=Show survey
UserMustBeSameThanUserUsedToVote=You must have voted and use the same user name that the one used to vote, to post a comment
ListOfOpenSurveys=List of open surveys
+AddTheVote=Click to add the vote
diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
index a792c21b204..e4d3dd86271 100644
--- a/htdocs/opensurvey/card.php
+++ b/htdocs/opensurvey/card.php
@@ -261,16 +261,6 @@ if ($action == 'edit') {
}
print '';
-// Description
-print '
';
+
print '';
print '';
diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php
index bb50018291b..92cb723a104 100644
--- a/htdocs/opensurvey/results.php
+++ b/htdocs/opensurvey/results.php
@@ -1053,7 +1053,7 @@ if (empty($testligneamodifier)) {
}
// Affichage du bouton de formulaire pour inscrire un nouvel utilisateur dans la base
- print '
'."\n";
+ print '
'."\n";
print ''."\n";
}
diff --git a/htdocs/public/opensurvey/studs.php b/htdocs/public/opensurvey/studs.php
index ad5339deb41..37051fda92d 100644
--- a/htdocs/public/opensurvey/studs.php
+++ b/htdocs/public/opensurvey/studs.php
@@ -720,7 +720,7 @@ if ($ligneamodifier < 0 && (!isset($_SESSION['nom']))) {
}
// Show button to add a new line into database
- print '