From 2790ccccbba02121dffa729273886f73a48837f1 Mon Sep 17 00:00:00 2001 From: FramaJosephK Date: Tue, 21 Oct 2014 11:33:39 +0200 Subject: [PATCH] Validation W3C --- adminstuds.php | 7 +++---- studs.php | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/adminstuds.php b/adminstuds.php index 67759b8..af2cbaf 100644 --- a/adminstuds.php +++ b/adminstuds.php @@ -754,7 +754,7 @@ echo '

'.$description.'

@@ -950,7 +950,7 @@ echo ' ' . _(' remove a column or a line with ') . '' . _('Remove') . ' ' . _('and add a new column with '). ''. _('Add a column') . '

' . _('Finally, you can change the informations of this poll like the title, the comments or your email address.') . '

-

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

+

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

-
-
'."\n"; +
'."\n"; // Commments $sql = 'SELECT * FROM comments WHERE id_sondage='.$connect->Param('numsondage').' ORDER BY id_comment'; $sql = $connect->Prepare($sql); diff --git a/studs.php b/studs.php index 7abd5a6..f4aa4da 100644 --- a/studs.php +++ b/studs.php @@ -236,7 +236,7 @@ echo '

'.stripslashes($dsondage->nom_admin).'

'."\n"; @@ -440,13 +440,13 @@ if ($dsondage->format=="A-" || $dsondage->format=="D-") { echo '

' . _("The administrator locked this poll, votes and comments are frozen, it's not possible to participate anymore.") . '

-

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

+

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

'; } else { echo '

' . _("If you want to vote in this poll, you have to give your name, choose the values that fit best for you and validate with the plus button at the end of the line.") . '

-

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

+

' . _('Legend:'). ' =' . _('Yes') . ', () = ' . _('Ifneedbe') . ', = ' . _('No') . '

'; } echo' @@ -703,7 +703,6 @@ echo ' } echo ' -
'; bandeau_pied();