From 67259f1cff275d798b8320f9b3c1ca7eb1e76c2d Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 23 Mar 2004 16:40:10 +0000 Subject: [PATCH] Fixed some missing backslashes --- lang/fr/journal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/journal.php b/lang/fr/journal.php index b1faba8932..9e3ad1bc84 100644 --- a/lang/fr/journal.php +++ b/lang/fr/journal.php @@ -11,7 +11,7 @@ $string['feedbackupdated'] = 'Feedback mis $string['journalmail'] = '$a->teacher a envoyé un feedback au sujet de votre contribution au journal « $a->journal » Vous pouvez le consulter en annexe à votre contribution au journal : $a->url'; -$string['journalmailhtml'] = '$a->teacher a envoyé un feedback au sujet de votre contribution au journal « $a->journal »

Vous pouvez le consulter en annexe à votre contribution au journal.'; +$string['journalmailhtml'] = '$a->teacher a envoyé un feedback au sujet de votre contribution au journal « $a->journal »

Vous pouvez le consulter en annexe à votre url\">contribution au journal.'; $string['journalname'] = 'Nom du journal'; $string['journalquestion'] = 'Sujet du journal'; $string['journalrating1'] = 'Insatisfaisant'; -- 2.39.5